Re: "The default datetime format for the object’s locale"
[email protected] (Dave Rolsky)
| Newsgroups | perl.datetime |
|---|---|
| Message-ID | <[email protected]> |
On Thu, 25 Oct 2012, N Heinrichs wrote: > If the locale's definitions for the 'medium' formats are > wrong/outdated (see http://cldr.unicode.org/index/downloads) you could > propose an update to the locale class itself, but I am unsure of the > "official" way to do this. Note that DateTime::Locale is quite behind the CLDR data these days. Fixing this is kind of a pain in the ass, since the LDML data keeps changing (sometimes changing internal structure) and the DateTime::Locale code does a completely half-assed job of parsing the LDML documents. What I really want to do is write a proper Perl interface to libicu _or_ reimplement libicu in Perl, but that's a fairly big project. -dave /*============================================================ http://VegGuide.org http://blog.urth.org Your guide to all that's veg House Absolute(ly Pointless) ============================================================*/