This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug localedata/9842] en_CA: incorrect date format


https://sourceware.org/bugzilla/show_bug.cgi?id=9842

--- Comment #7 from cvs-commit at gcc dot gnu.org <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=glibc.git;h=71b67af1ffa57a0322ac1bd77141060fffc4b4e4

commit 71b67af1ffa57a0322ac1bd77141060fffc4b4e4
Author: Martin Pitt <martin.pitt@ubuntu.com>
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(-)

-- 
You are receiving this mail because:
You are the assignee for the bug.

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]