Bug 41043

Summary: Incorrect date format in Swedish locale.
Product: Base System Reporter: Henrik Tunedal <henrik>
Component: standardsAssignee: Andrey A. Chernov <ache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: 4.6-RELEASE   
Hardware: Any   
OS: Any   

Description Henrik Tunedal 2002-07-27 14:00:05 UTC
      The date format in the Swedish locale is incorrect. Sweden uses ISO 8601 compliant dates. It is set to %d.%m.%Y, but should be %Y-%m-%d.

Fix: 

Change line 40 in /usr/share/locale/sv_SE.ISO8859-1/LC_TIME to %Y-%m-%d.
Comment 1 Mike Barcroft freebsd_committer freebsd_triage 2002-07-27 17:13:00 UTC
Responsible Changed
From-To: freebsd-standards->ache


Over to locale maintainer.
Comment 2 Andrey A. Chernov freebsd_committer freebsd_triage 2002-10-09 22:02:54 UTC
State Changed
From-To: open->patched

Committed into -current
Comment 3 Andrey A. Chernov freebsd_committer freebsd_triage 2002-10-11 11:57:41 UTC
State Changed
From-To: patched->closed

Committed into -stable