Hi I have zope 2.6.2 running on redhat linux 7.3. linux date = Sat Jul 31 12:04:29 EST 2004 which is correct for eastern australian time where the server is located. 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? I can't seem to find any info about this anywhere. Thanks for any help. Drew
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
participants (2)
-
Dieter Maurer -
drew nichols