This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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/3768] en_GB should have am/pm representation


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.


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