summaryrefslogtreecommitdiff
path: root/ikiwiki
diff options
context:
space:
mode:
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-29 05:09:43 +0000
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>2006-05-29 05:09:43 +0000
commit7a1e12675ec5f1ea605d4de06a0b82079073fb20 (patch)
treee7389f14c03af4a0b4e70cda4b84cc6216144393 /ikiwiki
parent890257521ebb39dea0630143e60594d577128f1c (diff)
* Add --timeformat config option to allow changing how dates are displayed.
Note that as a side effect, dates will now be displayed using the local timezone, not as GMT.
Diffstat (limited to 'ikiwiki')
-rwxr-xr-xikiwiki1
1 files changed, 1 insertions, 0 deletions
diff --git a/ikiwiki b/ikiwiki
index 3ea6b7aa0..61b66374d 100755
--- a/ikiwiki
+++ b/ikiwiki
@@ -37,6 +37,7 @@ sub getconfig () { #{{{
"svnrepo" => \$config{svnrepo},
"svnpath" => \$config{svnpath},
"adminemail=s" => \$config{adminemail},
+ "timeformat=s" => \$config{timeformat},
"exclude=s@" => sub {
$config{wiki_file_prune_regexp}=qr/$config{wiki_file_prune_regexp}|$_[1]/;
},