]> sipb.mit.edu Git - ikiwiki.git/blobdiff - doc/todo/configurable_timezones.mdwn
Merge branch 'master' of git://git.ikiwiki.info
[ikiwiki.git] / doc / todo / configurable_timezones.mdwn
index 594cc0f1fc96f2023b2819443f02b61bfe061698..f8b1dbbaba7bd57857c9767d6acb3e4ad10e6413 100644 (file)
@@ -1,3 +1,10 @@
 It would be nice if the sure could set the timezone of the wiki, and have ikiwiki render the pages with that timezone.
 
 This is nice for shared hosting, and other situation where the user doesn't have control over the server timezone.
+
+> [[done]] via the ENV setting in the setup file. --[[Joey]]
+
+
+Example (ikiwiki.setup):
+
+    ENV => { TZ => "Europe/Sofia" }