Date: Sat, 09 May 2015 19:06:54 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200079] [patch] Canada Uses ISO 8601 for Dates Message-ID: <bug-200079-8@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=200079 Bug ID: 200079 Summary: [patch] Canada Uses ISO 8601 for Dates Product: Base System Version: 10.1-RELEASE Hardware: Any OS: Any Status: New Keywords: patch Severity: Affects Many People Priority: --- Component: misc Assignee: freebsd-bugs@FreeBSD.org Reporter: freebsd-bugs@nanoman.ca Keywords: patch Created attachment 156577 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=156577&action=edit patch to add en_CA and en_FR LC_TIME files Canada uses ISO 8601 for dates: http://en.wikipedia.org/wiki/Date_and_time_notation_in_Canada http://xkcd.com/1179/ Currently, en_CA is using en_GB's LC_TIME, which doesn't adhere to ISO 8601. en_US doesn't adhere to ISO 8601 either, so en_CA will have to be a new addition. fr_FR has this same issue, so fr_CA will have to be added too. I've attached a patch for /head/share/timedef/. This patch adds the files en_CA.ISO8859-1.src, fr_CA.ISO8859-1.src, and fr_CA.UTF-8.src, and modifies the Makefile to reflect these changes. -- You are receiving this mail because: You are the assignee for the bug.
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-200079-8>