[Bug localedata/3768] en_GB should have am/pm representation

sourceware at slated dot org sourceware-bugzilla@sourceware.org
Thu Apr 12 05:39:00 GMT 2012


http://sourceware.org/bugzilla/show_bug.cgi?id=3768

--- Comment #10 from Homer <sourceware at slated dot org> 2012-04-12 03:05:31 UTC ---
Just to confirm that Jakub's patch works as expected.

Patched:
% LC_TIME=en_US.UTF-8 date +%r  
04:02:14 AM
% LC_TIME=en_GB.UTF-8 date +%r    
4:02:21 am BST

Unpatched:
% LC_TIME=en_US.UTF-8 date +%r
04:03:46 AM
% LC_TIME=en_GB.UTF-8 date +%r  
04:03:52

+1 submit

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the Libc-locales mailing list