From 6146491464ccbaa80e085d0ea2f5fc0508c56bd8 Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 23 Nov 2008 00:02:03 +0100 Subject: Use a different time format. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index 65e5b076..a6de93cf 100644 --- a/ikiwiki.setup +++ b/ikiwiki.setup @@ -80,7 +80,7 @@ IkiWiki::Setup::Standard->import({ # extension to use for html files htmlext => 'html', # strftime format string to display date - timeformat => '%c', + timeformat => '%F %T', # UTF-8 locale to use locale => 'C', # put user pages below specified page -- cgit v1.2.3