diff options
Diffstat (limited to 'localedata/locales/zu_ZA')
-rw-r--r-- | localedata/locales/zu_ZA | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/localedata/locales/zu_ZA b/localedata/locales/zu_ZA index cf93a63009..8c25a384ec 100644 --- a/localedata/locales/zu_ZA +++ b/localedata/locales/zu_ZA @@ -127,8 +127,8 @@ mon "Januwari";/ "Novemba";/ "Disemba" -% Abreviated date and time representation to be referenced by the "%c" field descriptor - -d_t_fmt "%a %d %b %Y %T %Z" +% Abbreviated date and time representation to be referenced by the "%c" field descriptor - +d_t_fmt "%a %d %b %Y %T" % % "%a" (short weekday name), % "%d" (day of month as a decimal number), @@ -137,6 +137,9 @@ d_t_fmt "%a %d %b %Y %T %Z" % "%T" (24-hour clock time in format HH:MM:SS), % "%Z" (Time zone name) +% Abbreviated date and time representation to be used by date(1) +date_fmt "%a %d %b %Y %T %Z" + % Date representation to be referenced by the "%x" field descriptor - % "%d/%m/%Y", day/month/year as decimal numbers (01/01/2000). d_fmt "%d//%m//%Y" |