Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the DateTime CPAN distribution.

Report information
The Basics
Id: 45007
Status: resolved
Priority: 0/
Queue: DateTime

People
Owner: Nobody in particular
Requestors: MAROS [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: 0.47
Fixed in: 0.48



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š