[Zope] Timezone problem
Dieter Maurer
dieter at handshake.de
Sun Aug 1 16:45:52 EDT 2004
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
More information about the Zope
mailing list