From: Joann Mõndresku Date: Sat, 8 Jan 2022 15:58:56 +0000 (+0200) Subject: Use D/M/Y for dates regardless of system locale X-Git-Url: https://git.based.quest/?p=web-old.git;a=commitdiff_plain;h=f4fc716c0b71747e9b8ea1f16491311d4cebb513 Use D/M/Y for dates regardless of system locale --- diff --git a/blogit b/blogit index e54f9e3..378b94b 100755 --- a/blogit +++ b/blogit @@ -6,8 +6,8 @@ include config endif # The following can be configured in config -BLOG_DATE_FORMAT_INDEX ?= %x -BLOG_DATE_FORMAT ?= %x %X +BLOG_DATE_FORMAT_INDEX ?= %d/%m/%Y +BLOG_DATE_FORMAT ?= %d/%m/%Y %X BLOG_TITLE ?= blog BLOG_DESCRIPTION ?= blog BLOG_URL_ROOT ?= http://localhost/blog