[Zope] DateTime Problem

Dieter Maurer dieter@handshake.de
Thu, 25 Jul 2002 21:05:08 +0200


Dean Grubb writes:
 > I'm having problems with the date on zope...
 > 
 > I have two system both running zope 2.3.2, one is running on a debian server
 > the other is running on windows 2000, the debian zope incorrectly shows the
 > timezone as US/Eastern where the windows zope shows it as GMT+10 (correct),
 > which is not a big problem. The problem is when I do;
It the "TZ" (time zone) environment variable set correctly?

You can check correct results in an interactive Python interpreter.
Look at the "time" module.


Dieter