-----Original Message----- From: Brian Hooper [mailto:brian@garage.co.jp] Sent: vrijdag 26 februari 1999 10:34 To: F.G.Hoekstra Cc: zope@zope.org Subject: Re: [Zope] FW: [Zope] Problems requesting SQL date fields
I suggested this before on the list but didn't get any response - wouldn't it be better to find out the timezone via time.timezone and then convert the value to some sort of consistent representation?
This is a safer bet, especially for Zope to run problem-free on non-POSIX compliant OSs (like Win95/98 or NT)
--Brian Hooper <brian@garage.co.jp>
I'm not sure. Would this give problems with the Daylight Saving Time, or is this automatically taken care of in the timezone. Another option would perhaps be changing to mxDateTime, as I believe has been suggested on the list before. Rik Hoekstra