1 Aug
2004
1 Aug
'04
8:45 p.m.
drew nichols wrote at 2004-7-31 12:48 +1000:
Unfortunately the zope server internal workings are 14hr behind, so i assume it is running on US/Eastern. Is there a way to set the server default timezone for the zope server, or is this a linux issue?
It gets it from Python ("time.timezone", "time.daylight", "time.tzname"). Python, on the other hand, almost surely gets it from you "C" runtime library. I expect the timezone can be affected by an environment variable (I think it is "TZ"). Check your Linux documentation... -- Dieter