diff options
author | Mike FABIAN <mfabian@redhat.com> | 2017-11-07 14:24:51 +0100 |
---|---|---|
committer | Mike FABIAN <mfabian@redhat.com> | 2017-11-07 15:28:59 +0100 |
commit | 1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49 (patch) | |
tree | 56224c3e4d56c376837edabca257b9ec461550a6 /localedata/locales/miq_NI | |
parent | d8301314bca5cd46ff157958d367df41939eaf6b (diff) | |
download | glibc-1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49.tar.gz glibc-1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49.tar.xz glibc-1bd0cbb8cf40f0fd250e0c5cf9bf575a37287a49.zip |
mfe_MU, miq_NI locales: Escape slashes in d_fmt [BZ #22403]
[BZ #22403] * localedata/locales/mfe_MU (LC_TIME): Fix wrong d_fmt, / needs to be escaped. * localedata/locales/miq_NI (LC_TIME): Fix wrong d_fmt, / needs to be escaped.
Diffstat (limited to 'localedata/locales/miq_NI')
-rw-r--r-- | localedata/locales/miq_NI | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/localedata/locales/miq_NI b/localedata/locales/miq_NI index 8109a46ead..c79c5f701c 100644 --- a/localedata/locales/miq_NI +++ b/localedata/locales/miq_NI @@ -116,7 +116,7 @@ d_t_fmt "%a %d %b %Y %T %Z" % Date representation to be referenced by the "%x" field descriptor - % day/month/year as decimal numbers (01/01/2000). -d_fmt "%d/%m/%y" +d_fmt "%d//%m//%y" % Time representation to be referenced by the "%X" field descriptor - % 24-hour clock time in format HH:MM:SS |