From: Mike FABIAN Date: Sat, 4 Nov 2017 13:57:13 +0000 (+0100) Subject: tpi_PG locale: Fix wrong d_fmt X-Git-Tag: glibc-2.27~534 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a1c7cd3c72e5002739161ba35c90944b3ad05c9f;p=thirdparty%2Fglibc.git tpi_PG locale: Fix wrong d_fmt --- diff --git a/ChangeLog b/ChangeLog index 57a8caef039..f6f3ebfceb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2017-11-04 Mike FABIAN + + * localedata/locales/tpi_PG (LC_TIME): Fix wrong d_fmt, / needs + to be escaped. + 2017-11-04 Florian Weimer * manual/llio.texi (Open-time Flags): Document O_TMPFILE. diff --git a/localedata/locales/tpi_PG b/localedata/locales/tpi_PG index c730cedae8f..12e669c8b01 100644 --- a/localedata/locales/tpi_PG +++ b/localedata/locales/tpi_PG @@ -105,7 +105,7 @@ d_t_fmt "%a %d %b %Y %T %Z" % Appropriate date representation % https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia % %d/%m/%Y -d_fmt "%d/%m/%Y" +d_fmt "%d//%m//%Y" % % Appropriate time representation % %r