[Zope] problem with "old" dates
Dieter Maurer
dieter@handshake.de
Mon, 22 Apr 2002 21:59:26 +0200
John Schinnerer writes:
> And why no problem adding and cataloging the item? Seems like a date
> that can't be handled properly later on should be caught there...
It's probably a bug:
"safegmtime", at least in my 2.5 version, can handle dates
between about 1904 and 2036.
Apparently, the date returned by the catalog is garbled, probably
for dates beyond 1970.
I just tried to reproduce the problem. I did not succeed in my
Zope 2.5 version.
Dieter