Q: How do I change the time zone that PmWiki uses for formatting dates and times?
A: To have PmWiki use U.S. Central Time, place a line like putenv("TZ=CST6CDT"); in your local.php file (see Local Customizations). For other timezones, replace the CST6CDT with the appropriate specifier for your time zone. (Does anyone know a reference to the full listing of codes?) See http://www.timeanddate.com/library/abbreviations/timezones * Initial Setup Tasks