http://sourceware.org/bugzilla/show_bug.cgi?id=12840 Summary: Time format for sv_SE should use colon, not period
Product: glibc
Version: 2.13
Status: NEW
Severity: normal
Priority: P2
Component: localedata
AssignedTo:
libc-locales@...
ReportedBy:
aurelien@...
Created attachment 5764
-->
http://sourceware.org/bugzilla/attachment.cgi?id=5764Patch to fix the issue
The default time format for Sweden should be HH:MM:SS, not HH.MM.SS.
This is the current output from date:
lör 20 nov 2010 14.32.22 CET
Should be:
lör 20 nov 2010 14:32:22 CET
Here are a few reference:
*
http://en.wikipedia.org/wiki/Date_and_time_notation_in_Sweden "Times are written without notable exceptions with the 24-hour clock, with
colons as separators (although periods are sometimes used instead of colons,
especially in hand written text, as it was an older Swedish standard),"
*
http://www.dn.se/ Times on the right side
*
http://www.gp.se/ Times on the right side
*
http://www.sydsvenskan.se/ Times on the left side
--
Configure bugmail:
http://sourceware.org/bugzilla/userprefs.cgi?tab=email------- You are receiving this mail because: -------
You are the assignee for the bug.