diff options
author | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-23 00:02:03 +0100 |
---|---|---|
committer | Thomas Schwinge <tschwinge@gnu.org> | 2008-11-23 00:02:03 +0100 |
commit | 6146491464ccbaa80e085d0ea2f5fc0508c56bd8 (patch) | |
tree | 180f44da8249409770902097d04941a423d22eed | |
parent | 7a67fff454fddda32c4ce789cde8449ec9a88f52 (diff) |
Use a different time format.
-rw-r--r-- | ikiwiki.setup | 2 |
1 files changed, 1 insertions, 1 deletions
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 |