Changes for version v0.1.1 - 2026-04-19
- Bug Fixes
- %Z matching a canonical IANA zone name (UTC, GMT, Z, floating, or any string containing '/') is now handled directly via DateTime::Lite::TimeZone->new instead of going through resolve_abbreviation. This fixes CPAN Testers failures on Solaris, OpenBSD, and FreeBSD where t/10.basic.t tests 28 and 30 ('epoch with timezone' and 'negative epoch with timezone') were failing with "No timezone found for abbreviation 'UTC'".
- Updated minimum DateTime::Lite prereq to v0.6.2 for the bundled bug fixes in DateTime::Lite::TimeZone (class-method safety, strict/warnings scope, _get_zone_info argument handling).
Modules
Parse and format datetimes with strptime patterns, returning DateTime::Lite objects
Exception object for DateTime::Format::Lite
Pure-Perl fallback for the DateTime::Format::Lite XS layer