diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-23 10:51:11 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-23 10:51:11 +0100 |
commit | 4c3a12489e6b24d1f09c7cf63752dff03cb5919f (patch) | |
tree | 078ca8bc791e3e957f64381aeb0142b1e7fb3a03 | |
parent | dd44be50ebbb0f644a88b5081875956cd3bf9e9f (diff) |
Also display the time zone.
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |