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: 43750
Status: resolved
Priority: 0/
Queue: DateTime

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

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



Subject: q CLDR pattern
Hi, one more potential bug that I have found during DateTime::Format::CLDR testing; The q{1,2}, qqq and qqqq patterns don't work at all. say DateTime->today->set_locale("en_US")->format_cldr("dd.mm.yyy qqqq") I would expect something like '01.03.2009 1st quarter' but instead I got '01.03.2009 qqqq' Cheers Maroš