diff options
author | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-29 05:09:43 +0000 |
---|---|---|
committer | joey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071> | 2006-05-29 05:09:43 +0000 |
commit | 7a1e12675ec5f1ea605d4de06a0b82079073fb20 (patch) | |
tree | e7389f14c03af4a0b4e70cda4b84cc6216144393 /doc/usage.mdwn | |
parent | 890257521ebb39dea0630143e60594d577128f1c (diff) | |
download | ikiwiki-7a1e12675ec5f1ea605d4de06a0b82079073fb20.tar ikiwiki-7a1e12675ec5f1ea605d4de06a0b82079073fb20.tar.gz |
* 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 'doc/usage.mdwn')
-rw-r--r-- | doc/usage.mdwn | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/usage.mdwn b/doc/usage.mdwn index c0fab5232..011cf53a2 100644 --- a/doc/usage.mdwn +++ b/doc/usage.mdwn @@ -177,6 +177,11 @@ These options configure the wiki. Enables or disables "Discussion" links from being added to the header of every page. The links are enabled by default. +* --timeformat format + + Specify how to display the time or date. The format string is passed to the + strftime(3) function. + * --verbose Be vebose about what is being done. |