[Zope-Checkins] CVS: Zope2 - DateTime.py:1.47
shane@digicool.com
shane@digicool.com
Wed, 10 May 2000 14:05:02 -0400
Update of /cvs-repository/Zope2/lib/python/DateTime
In directory korak.digicool.com:/tmp/cvs-serv29261
Modified Files:
DateTime.py
Log Message:
Changes to DateTime include:
- Usage of integer arithmetic where possible to
eliminate rounding errors.
- Better support for daylight savings time.
- Usage of long integer milliseconds, making it
possible to do date comparisons with more
logical results.
- Fixes for Y10K and Y1K bugs. ;^)