]> sipb.mit.edu Git - ikiwiki.git/blob - doc/todo/configurable_timezones.mdwn
update allow_site-wide_meta_definitions with last night's hacking
[ikiwiki.git] / doc / todo / configurable_timezones.mdwn
1 It would be nice if the sure could set the timezone of the wiki, and have ikiwiki render the pages with that timezone.
2
3 This is nice for shared hosting, and other situation where the user doesn't have control over the server timezone.
4
5 > [[done]] via the ENV setting in the setup file. --[[Joey]]
6
7
8 Example (ikiwiki.setup):
9
10     ENV => { TZ => "Europe/Sofia" }