Changes for DateTime.pm:

0.06     2003-02-16

- The docs said that there was no year 0 in the Gregorian calendar,
but that was wrong.  The year() method can now return 0.  The year_0()
method has been removed.

- Added jd() and mjd() methods.

- Re-implemented some of the core code in XS for speed.


Changes for DateTime::TimeZone:

0.06     2003-02-16

- Changes to work with DateTime.pm 0.06.

- DateTime::TimeZone::offset_as_seconds handles '0' properly.

- Fix a bug in handling future times for time zones with recurring
rules.  The symptom would be the error "Invalid local time for date
..."

- Time zone data is now stored in a simple array, and searched using a
binary search algorithm.  This eliminates the need to install
Tree::RedBlack, and makes looking up time zone data quicker.
Suggested by Jonathan Peacock.



-dave

/*=======================
House Absolute Consulting
www.houseabsolute.com
=======================*/

Reply via email to