papandreou / node-cldr

node.js library for extracting data from CLDR (the Unicode Common Locale Data Repository)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

British English date formats are wrong as of the cldr 27.0.1 update

joelmukuthu opened this issue · comments

$ node -pe "require('./').extractDateFormats('en_GB')"
{ full: 'EEEE, MMMM d, y',
  long: 'MMMM d, y',
  medium: 'MMM d, y',
  short: 'M/d/yy' }

Expected:

{ full: 'EEEE, d MMMM y',
  long: 'd MMMM y',
  medium: 'd MMM y',
  short: 'dd/MM/y' }

git bisect says:

a0cf073c8ede66e1817e4a8088da50f3fe95f616 is the first bad commit
commit a0cf073c8ede66e1817e4a8088da50f3fe95f616
Author: Andreas Lind <andreas@one.com>
Date:   Sun Apr 5 20:44:04 2015 +0200

    Update CLDR to release 27.0.1.

:040000 040000 b5ffef5f35a1a452fdf170efe58dd41a781a3864 5ad56965a0a336bdc3f3500af3e4fcbf712fc214 M  3rdparty
:040000 040000 72d7fa5915f92b99caff6f4eea2c56b1967fa7a0 823c56f5775942787691b99e20fc109890373ac4 M  test