Re: ANNOUNCE: DateTime 0.23

2004-12-10 Thread Eugene van der Pijll
Dave Rolsky schreef: Anyway, enjoy ... 0.232004-12-09 (the oh how I hate leap seconds release) Dave, I don't really know how to tell you, but... use DateTime; print DateTime $DateTime::VERSION\n; $dt = DateTime-new(year = 1997, month = 7, day = 1,

Re: ANNOUNCE: DateTime 0.23

2004-12-10 Thread Eugene van der Pijll
Dave Rolsky schreef: Grr. I think I know what this is, and fixing it shouldn't be too hard. Look for a 0.24 sometime soon. Great! I've found one other problem, which may be related: $dt = DateTime-new(year = 1997, month = 6, day = 30, hour = 23, minute = 59,

Re: ANNOUNCE: DateTime 0.23

2004-12-10 Thread Dave Rolsky
On Fri, 10 Dec 2004, Eugene van der Pijll wrote: Dave Rolsky schreef: Grr. I think I know what this is, and fixing it shouldn't be too hard. Look for a 0.24 sometime soon. Great! I've found one other problem, which may be related: $dt = DateTime-new(year = 1997, month = 6, day = 30,

ANNOUNCE: DT::TimeZone::TAI

2004-12-10 Thread Eugene van der Pijll
I have just released version 0.00_01 of DateTime::TimeZone::TAI to CPAN. This module implements International Atomic Time (TAI) as a timezone. TAI is a time scale similar to UTC (Greenwich time), but without the leap seconds. Couple of remarks: - Thank you Dave, for fixing those bugs in

Re: ANNOUNCE: DateTime 0.23

2004-12-10 Thread Dave Rolsky
On Fri, 10 Dec 2004, Eugene van der Pijll wrote: Dave Rolsky schreef: Anyway, enjoy ... 0.232004-12-09 (the oh how I hate leap seconds release) Dave, I don't really know how to tell you, but... use DateTime; print DateTime $DateTime::VERSION\n; $dt = DateTime-new(year = 1997, month =

ANNOUNCE: DateTime 0.24

2004-12-10 Thread Dave Rolsky
Someday, the pain will stop, and all will be peaceful. But until then ... 0.242004-12-10 (the have I mentioned I hate leap seconds release) [ BUG FIXES ] - Fixed even more bugs related to leap seconds and time zones. Reported by Eugene van der Pijll. [ KNOWN BUGS ] - Offsets with a seconds

Re: ANNOUNCE: DT::TimeZone::TAI

2004-12-10 Thread Dave Rolsky
On Sat, 11 Dec 2004, Eugene van der Pijll wrote: - The name I've chosen (DT::TZ::TAI) has some problems: DateTime::TimeZone does not recognize it, as it has a one-part name TAI. If this is to work: $dt = DateTime-now( timezone = TAI ); instead of $dt = DateTime-now( timezone =