From 7a1e12675ec5f1ea605d4de06a0b82079073fb20 Mon Sep 17 00:00:00 2001 From: joey Date: Mon, 29 May 2006 05:09:43 +0000 Subject: * 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. --- ikiwiki | 1 + 1 file changed, 1 insertion(+) (limited to 'ikiwiki') 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]/; }, -- cgit v1.2.3