14 Jan
2000
14 Jan
'00
1:33 a.m.
From: "Guy Davis"
As far as I can tell as soon as I specify a fmt="" string, ZopeTime automagically starts returning GMT.
Yelp, I found the code that does it. Wonder why gmtime is assumed ?
From DateTime.py def strftime(self, format): return strftime(format, gmtime(self.timeTime()))
--Darrell