Subject: | 'c' and 'e' CLDR patterns |
The 'c' and 'e' CLDR patterns always return identical values, even for
locales with a first day of the week other than Monday.
perl -MDateTime -E 'say DateTime->new(year=> 2009, month => 04, day =>
13, locale=> "en_US")->format_cldr("c e")';
Should be: 2 1
Is: 2 2
Cheers
Maroš