From 4c3a12489e6b24d1f09c7cf63752dff03cb5919f Mon Sep 17 00:00:00 2001 From: Thomas Schwinge Date: Sun, 23 Nov 2008 10:51:11 +0100 Subject: Also display the time zone. --- ikiwiki.setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ikiwiki.setup b/ikiwiki.setup index a6de93cf..5e649ec9 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 => '%F %T', + timeformat => '%F %T %Z', # UTF-8 locale to use locale => 'C', # put user pages below specified page -- cgit v1.2.3