Re: [Zope-dev] DateTime stftime and TAI based timezone is broken or is it?

2003-12-03 Thread Brad Clements
On 2 Dec 2003 at 13:39, Jamie Heilman wrote: y = DateTime.DateTime(dx) y DateTime('2003/12/01') y.strftime(%a %b. %d) 'Sun Nov. 30' y.strftime(%a %b %d %H:%M:%S) 'Sun Nov 30 23:59:38' Lovely. Its always bugged me that DateTime carried all its own zone information, but I guess

Re: [Zope-dev] DateTime stftime and TAI based timezone is broken or is it?

2003-12-02 Thread Jamie Heilman
Brad Clements wrote: Yesterday I switched my Linux machines to use clockspeed 0.62 and therefore had to switch to the right/EST5EDT timezone. Today my client calls rather upset that lots of data has disappeared from his database, etc.. Interesting, I've been using right/US/Pacific myself

[Zope-dev] DateTime stftime and TAI based timezone is broken or is it?

2003-12-01 Thread Brad Clements
Yesterday I switched my Linux machines to use clockspeed 0.62 and therefore had to switch to the right/EST5EDT timezone. Today my client calls rather upset that lots of data has disappeared from his database, etc.. So while I have found and fixed a bunch of timezone conversion problems in my