DateTime-Format-Unicode
view release on metacpan or search on metacpan
<https://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patter
ns>, but DateTime::Format::Unicode does.
Known pattern tokens unsupported by DateTime are:
* "b"
Period of the day, such as "am", "pm", "noon", "midnight"
See "calendar_term" in Locale::Unicode::Data and its
corollary "day_period" in Locale::Unicode::Data
* "B"
Flexible day periods, such as "at night"
See "calendar_term" in Locale::Unicode::Data and its
corollary "day_period" in Locale::Unicode::Data
* "O"
Zone, such as "O" to get the short localized GMT format
"GMT-8", or "OOOO" to get the long localized GMT format
"GMT-08:00"
* "r"
Related Gregorian year (numeric).
- 4. It supports more pattern tokens
[DateTime](https://metacpan.org/pod/DateTime) [format\_cldr](https://metacpan.org/pod/DateTime#format_cldr) does not support all of the [CLDR pattern tokens](https://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns), but [DateTime::F...
Known pattern tokens unsupported by [DateTime](https://metacpan.org/pod/DateTime) are:
- `b`
Period of the day, such as `am`, `pm`, `noon`, `midnight`
See ["calendar\_term" in Locale::Unicode::Data](https://metacpan.org/pod/Locale%3A%3AUnicode%3A%3AData#calendar_term) and its corollary ["day\_period" in Locale::Unicode::Data](https://metacpan.org/pod/Locale%3A%3AUnicode%3A%3AData#day_period...
- `B`
Flexible day periods, such as `at night`
See ["calendar\_term" in Locale::Unicode::Data](https://metacpan.org/pod/Locale%3A%3AUnicode%3A%3AData#calendar_term) and its corollary ["day\_period" in Locale::Unicode::Data](https://metacpan.org/pod/Locale%3A%3AUnicode%3A%3AData#day_period...
- `O`
Zone, such as `O` to get the short localized GMT format `GMT-8`, or `OOOO` to get the long localized GMT format `GMT-08:00`
- `r`
Related Gregorian year (numeric).
The documentation states that "For the Gregorian calendar, the ârâ year is the same as the âuâ year."
lib/DateTime/Format/Unicode.pm view on Meta::CPAN
L<DateTime> L<format_cldr|DateTime/format_cldr> does not support all of the L<CLDR pattern tokens|https://unicode.org/reports/tr35/tr35-dates.html#Date_Format_Patterns>, but L<DateTime::Format::Unicode> does.
Known pattern tokens unsupported by L<DateTime> are:
=over 8
=item * C<b>
Period of the day, such as C<am>, C<pm>, C<noon>, C<midnight>
See L<Locale::Unicode::Data/calendar_term> and its corollary L<Locale::Unicode::Data/day_period>
=item * C<B>
Flexible day periods, such as C<at night>
See L<Locale::Unicode::Data/calendar_term> and its corollary L<Locale::Unicode::Data/day_period>
=item * C<O>
Zone, such as C<O> to get the short localized GMT format C<GMT-8>, or C<OOOO> to get the long localized GMT format C<GMT-08:00>
=item * C<r>
Related Gregorian year (numeric).
The documentation states that "For the Gregorian calendar, the ârâ year is the same as the âuâ year."
( run in 0.269 second using v1.01-cache-2.11-cpan-3cd7ad12f66 )