diff options
Diffstat (limited to 'localedata/locales/en_ZA')
-rw-r--r-- | localedata/locales/en_ZA | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/localedata/locales/en_ZA b/localedata/locales/en_ZA index bd045c0b8a..5ddc3f2c5d 100644 --- a/localedata/locales/en_ZA +++ b/localedata/locales/en_ZA @@ -147,7 +147,7 @@ mon "January";/ "November";/ "December" -% Abreviated date and time representation to be referenced by the "%c" field descriptor - +% Abbreviated date and time representation to be referenced by the "%c" field descriptor - % % "%a" (short weekday name), % "%d" (day of month as a decimal number), @@ -155,7 +155,10 @@ mon "January";/ % "%Y" (year with century as a decimal number), % "%T" (24-hour clock time in format HH:MM:SS), % "%Z" (Time zone name) -d_t_fmt "%a %d %b %Y %T %Z" +d_t_fmt "%a %d %b %Y %T" + +% 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). |