Bug in Calendar Module

M.-A. Lemburg mal at lemburg.com
Mon Jan 24 11:16:39 EST 2000


Aahz Maruch wrote:
> 
> In article <22E71DAEC504D111B78100805FFE9DC72F03CAD4 at pfs21.ex.nus.edu.sg>,
> Liew Pol Yee <polyp at cyberway.com.sg> wrote:
> >
> >It seems to be unable to accept dates after January, 2038. Thanks for any
> >help!
> 
> I think mxDateTime might work better for you.  Don't remember whether it
> has the equivalent of calendar in it.

It doesn't, but adding one on the basis of calendar.py should
be easy: all the needed APIs are there.

BTW, mxDateTime can handle dates from -5851455-01-01 00:00:00.0
to 5867440-12-31 00:00:00.00 (on 32-bit machines). Should be
enough for most apps, I guess ;-) ... ok, just showing off a little...

-- 
Marc-Andre Lemburg
______________________________________________________________________
Business:                                      http://www.lemburg.com/
Python Pages:                           http://www.lemburg.com/python/





More information about the Python-list mailing list