This is the mail archive of the glibc-bugs@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/22848] ca_ES: update date definitions from CLDR


https://sourceware.org/bugzilla/show_bug.cgi?id=22848

--- Comment #5 from Robert Buj <rbuj at fedoraproject dot org> ---
In glibc 2.27-3.fc28, date command don’t use d_t_fmt to print the date
according to the locale specified.

[robert@fedora master]$ rpm -qi glibc | head -n4
Name        : glibc
Version     : 2.27
Release     : 3.fc28
Architecture: x86_64
[robert@fedora master]$ LANG=ca_ES.utf8 date; LANG=ca_ES.utf8 date +"%c"
dg. de febr. 18 18:01:24 CET 2018
diumenge, 18 de febrer de 2018, 18:01:24 CET
[robert@fedora master]$ LANG=es_ES.utf8 date; LANG=es_ES.utf8 date +"%c"
dom feb 18 18:01:24 CET 2018
dom 18 feb 2018 18:01:24 CET

I'm building the same patch with glibc 2.27-2.fc28, because it works with a
previous version of the patch.

http://copr-dist-git.fedorainfracloud.org/cgit/rbuj/updates/glibc.git/

-- 
You are receiving this mail because:
You are on the CC list for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]