misc/88222: Wrong date format in sv_SE.UTF-8

Anders Lindquist andersl at saaf.se
Sun Oct 30 01:50:23 PST 2005


>Number:         88222
>Category:       misc
>Synopsis:       Wrong date format in sv_SE.UTF-8
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Oct 30 09:50:20 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Anders Lindquist
>Release:        FreeBSD 5.4
>Organization:
SAAF
>Environment:
FreeBSD maia.saaf.se 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #0: Thu Sep  8 15:01:27 CEST 2005     root at maia.saaf.se:/usr/obj/usr/src/sys/GENERIC  i386   
>Description:
Date format does not confirm to swedish standard in sv_SE.UTF-8 locale, now it is
in US format %d.%m.%Y  it shoud bee %Y-%m-%d
compare to sv_SE.ISO8859-1 where it is right.


>How-To-Repeat:
              
>Fix:
--- share/timedef/sv_SE.UTF-8.src.orig  Sat Mar 27 09:14:15 2004
+++ share/timedef/sv_SE.UTF-8.src       Sat Oct 29 16:12:43 2005
@@ -58,7 +58,7 @@
 #
 # x_fmt
 #
-%d.%m.%Y
+%Y-%m-%d
 #
 # c_fmt
 #

>Release-Note:
>Audit-Trail:
>Unformatted:


More information about the freebsd-bugs mailing list