[patch] [locale] German locales use old %d.%m.%y date format instead of newer ISO date

From the submitter:

    DIN 5008 (German norm for text processing) defines the old date
    format (%d.%m.%Y) to be obsolete and to be used only, if unambigous.
    In international communications the new format (%Y-%m-%d) is now
    required and FreeBSD should respect this.

    References:
    - DIN 5008
    - EN 28 601
    - ISO 8601

    Thanks to Oliver Lietz for bringing this to my attention.

PR:		conf/72076
Submitted by:	Peter Wullinger <some-mail-drop@gmx.net>
MFC after:	1 week
This commit is contained in:
Edwin Groothuis 2009-06-08 05:33:08 +00:00
parent 18fe467857
commit b5f0ce109a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193688
2 changed files with 2 additions and 2 deletions

View File

@ -59,7 +59,7 @@ Samstag
#
# x_fmt
#
%d.%m.%Y
%Y-%m-%d
#
# c_fmt
#

View File

@ -59,7 +59,7 @@ Samstag
#
# x_fmt
#
%d.%m.%Y
%Y-%m-%d
#
# c_fmt
#