Changes for version v0.1.3 - 2026-04-23
- Bug Fixes
- %Z parsing failed for timezone abbreviations such as JST, CET, or EST that are present in the extended_aliases table but not in the IANA types table. resolve_abbreviation() is now called with the option 'extended' set to true so that these abbreviations are resolved correctly.
- timezone abbreviations such as JST passed via the %O token or the time_zone() setter were not resolved because DateTime::Lite::TimeZone->new() was called without the option extended set to true. Both call sites now pass extended => 1, allowing abbreviations present in the extended_aliases table to be resolved to their canonical IANA zone name.
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