Release Notes: The "errstr" method is now documented, the timezone is fixed for Perl 5.8.0, and the missing "tzname" declaration is also fixed for Mac OS/X.


Release Notes: This release adds "ampm" and "meridiam" methods.


Release Notes: This release adds support for the Env::C module, and adds documentation about mod_perl issues and thread safety.


Release Notes: This release fixes a bug in Date::Parse support.


Release Notes: A new configuration variable, NOTZ_TIMEZONE, has been introduced. The module now removes the TZ environment variable if the timezone of the date is the same as NOTZ_TIMEZONE. This way, the module tries to mimic the behaviour of Class::Date 1.0.x, so that it can work (partially) on systems with broken TZ handling.


Release Notes: gmtime and timegm are once again used for dates which have a GMT timezone. This makes at least two timezones usable on systems where the timezone is not working (GMT and the local timezone). The documentation is also tweaked a bit.