aboutsummaryrefslogtreecommitdiff
path: root/doc/todo/configurable_timezones.mdwn
diff options
context:
space:
mode:
authorJoey Hess <joey@kodama.kitenet.net>2008-05-15 18:20:52 -0400
committerJoey Hess <joey@kodama.kitenet.net>2008-05-15 18:20:52 -0400
commit0438de905b1009c02e653f11983f2ad501b02a30 (patch)
tree0930d9bf804830d6c2d242d92bd08fbde797bf78 /doc/todo/configurable_timezones.mdwn
parentc7b1eb242fc5b910f138aeadbae7a232badba84f (diff)
downloadikiwiki-0438de905b1009c02e653f11983f2ad501b02a30.tar
ikiwiki-0438de905b1009c02e653f11983f2ad501b02a30.tar.gz
ENV can be used in the setup file to override environment variable setting, such as TZ or PATH.
Diffstat (limited to 'doc/todo/configurable_timezones.mdwn')
-rw-r--r--doc/todo/configurable_timezones.mdwn2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/todo/configurable_timezones.mdwn b/doc/todo/configurable_timezones.mdwn
index 594cc0f1f..3ed50503a 100644
--- a/doc/todo/configurable_timezones.mdwn
+++ b/doc/todo/configurable_timezones.mdwn
@@ -1,3 +1,5 @@
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]]