DateTime-Format-Lite
view release on metacpan or search on metacpan
Revision history for Perl module DateTime::Format::Lite
v0.1.3 2026-04-23T16:03:24+0900
[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.
v0.1.2 2026-04-21T10:05:01+0900
( run in 1.917 second using v1.01-cache-2.11-cpan-39bf76dae61 )