From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 73415 invoked by alias); 10 Aug 2016 10:28:46 -0000 Mailing-List: contact libc-locales-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-locales-owner@sourceware.org Received: (qmail 83477 invoked by uid 55); 10 Aug 2016 10:03:40 -0000 From: "cvs-commit at gcc dot gnu.org" To: libc-locales@sourceware.org Subject: [Bug localedata/9842] en_CA: incorrect date format Date: Wed, 10 Aug 2016 10:28:00 -0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: glibc X-Bugzilla-Component: localedata X-Bugzilla-Version: 2.8 X-Bugzilla-Keywords: X-Bugzilla-Severity: normal X-Bugzilla-Who: cvs-commit at gcc dot gnu.org X-Bugzilla-Status: RESOLVED X-Bugzilla-Resolution: FIXED X-Bugzilla-Priority: P2 X-Bugzilla-Assigned-To: libc-locales at sourceware dot org X-Bugzilla-Target-Milestone: 2.25 X-Bugzilla-Flags: security- X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: http://sourceware.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-SW-Source: 2016-q3/txt/msg00035.txt.bz2 https://sourceware.org/bugzilla/show_bug.cgi?id=3D9842 --- Comment #7 from cvs-commit at gcc dot gnu.org --- This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU C Library master sources". The branch, master has been updated via 71b67af1ffa57a0322ac1bd77141060fffc4b4e4 (commit) from 9b3d1336f7f3b6161289627b769a95ec5321e931 (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- https://sourceware.org/git/gitweb.cgi?p=3Dglibc.git;h=3D71b67af1ffa57a0322a= c1bd77141060fffc4b4e4 commit 71b67af1ffa57a0322ac1bd77141060fffc4b4e4 Author: Martin Pitt Date: Fri Aug 14 01:22:37 2015 -0400 locales: en_CA: update d_fmt [BZ #9842] The date format in en_CA/LC_TIME specifies the date format as "%d/%m/%y= ". However, it should be "%Y-%m-%d". This is the standard date format in Canada as specified by the Canadian Standards Association in CSA Z234.5:1989, which adopts the ISO 8601 standard. Here's the web page from the National Research Council of Canada citing ISO 8601 as the standard date/time format in Canada: http://www.nrc-cnrc.gc.ca/eng/services/time/faq/#Q8 International Standard ISO 8601 specifies numeric representations of date and time. The recommended full format is of the form 2001-12-31 23:59:28.73 UTC. The intent of this standard is to avoid confusion in international communications which can arise with the many different national notations. This format has the advantage that it permits dates to be readily sorted in chronological order by computer systems. Windows 8+ and OS X also switched to this format. ----------------------------------------------------------------------- Summary of changes: localedata/ChangeLog | 5 +++++ localedata/locales/en_CA | 2 +- 2 files changed, 6 insertions(+), 1 deletions(-) --=20 You are receiving this mail because: You are the assignee for the bug.