in reply to Re: Impact of U.S. Daylight Savings Time changes in 2007 on Perl distribution/code
in thread Impact of U.S. Daylight Savings Time changes in 2007 on Perl distribution/code
The current version of DateTime::TimeZone is 0.57 (2006-11-27), which is based on version 2006p of the tz database (the current version). In general, it's probably a Good Idea to frequently update DT::TZ and, thereby, the underlying Perl implementation of the Olson tz database. There's also a utility named parse_olson in the tools/ directory of the DT::TZ distribution for generating the Perl modules from the tz database files without having to upgrade DT::TZ itself.
Jim
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Impact of U.S. Daylight Savings Time changes in 2007 on Perl distribution/code
by Jim (Curate) on Jan 09, 2007 at 06:43 UTC | |
by autarch (Hermit) on Jan 23, 2007 at 04:21 UTC | |
by Anonymous Monk on Jan 22, 2007 at 22:43 UTC | |
by Bill_N1VUX (Initiate) on Jan 23, 2007 at 04:51 UTC |