From owner-freebsd-bugs@FreeBSD.ORG Sat May 9 19:06:54 2015 Return-Path: Delivered-To: freebsd-bugs@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3BA77AA2 for ; Sat, 9 May 2015 19:06:54 +0000 (UTC) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 26505176A for ; Sat, 9 May 2015 19:06:54 +0000 (UTC) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.14.9/8.14.9) with ESMTP id t49J6spI084503 for ; Sat, 9 May 2015 19:06:54 GMT (envelope-from bugzilla-noreply@freebsd.org) From: bugzilla-noreply@freebsd.org To: freebsd-bugs@FreeBSD.org Subject: [Bug 200079] [patch] Canada Uses ISO 8601 for Dates Date: Sat, 09 May 2015 19:06:54 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: new X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: 10.1-RELEASE X-Bugzilla-Keywords: patch X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: freebsd-bugs@nanoman.ca X-Bugzilla-Status: New X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Target-Milestone: --- X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: bug_id short_desc product version rep_platform op_sys bug_status keywords bug_severity priority component assigned_to reporter attachments.created Message-ID: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 7bit X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 09 May 2015 19:06:54 -0000 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.