]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Multiple locales: Add date_fmt (bug 24054)
authorRafał Lużyński <digitalfreak@lingonborough.com>
Mon, 30 Dec 2019 10:58:18 +0000 (11:58 +0100)
committerRafał Lużyński <digitalfreak@lingonborough.com>
Thu, 2 Jan 2020 10:45:45 +0000 (11:45 +0100)
It is not specified what should be the content of d_t_fmt and date_fmt
but in the built-in C locale those fields have only one difference:
date_fmt contains "%Z" (the current time zone) while d_t_fmt does not.

For most of the locales this commit does the following operation:
copy d_t_fmt to date_fmt, and then remove "%Z" from d_t_fmt.
If "%Z" was originally missing from d_t_fmt add it to date_fmt.
It also corrects comments where necessary.

Exceptions:

* In bo_CN, dz_BT, and km_KH "%Z" has not been added to date_fmt because
  it was too difficult.  In these locales date_fmt has been set to the
  copy of d_t_fmt.
* In en_DK "%Z" has not been removed from d_t_fmt in order to preserve
  the conformance with the standard mentioned in the comment.

The command to identify and initially edit the locales that need the
update was:

    for i in `grep -lw d_t_fmt *`
    do
        if ! grep -qw date_fmt $i ; then
            awk '/d_t_fmt/ { print $0; gsub("d_t_fmt", "date_fmt"); } //{ print $0 }' < $i > $i.next
            mv $i.next $i
        fi
    done

and then each file was further edited manually.

204 files changed:
localedata/locales/af_ZA
localedata/locales/ak_GH
localedata/locales/an_ES
localedata/locales/anp_IN
localedata/locales/ar_AE
localedata/locales/ar_BH
localedata/locales/ar_DZ
localedata/locales/ar_EG
localedata/locales/ar_IN
localedata/locales/ar_IQ
localedata/locales/ar_JO
localedata/locales/ar_KW
localedata/locales/ar_LB
localedata/locales/ar_LY
localedata/locales/ar_MA
localedata/locales/ar_OM
localedata/locales/ar_QA
localedata/locales/ar_SA
localedata/locales/ar_SD
localedata/locales/ar_SS
localedata/locales/ar_SY
localedata/locales/ar_TN
localedata/locales/ar_YE
localedata/locales/as_IN
localedata/locales/ast_ES
localedata/locales/ayc_PE
localedata/locales/az_AZ
localedata/locales/be_BY
localedata/locales/be_BY@latin
localedata/locales/bem_ZM
localedata/locales/ber_DZ
localedata/locales/ber_MA
localedata/locales/bg_BG
localedata/locales/bhb_IN
localedata/locales/bho_IN
localedata/locales/bi_VU
localedata/locales/bn_BD
localedata/locales/bn_IN
localedata/locales/bo_CN
localedata/locales/br_FR
localedata/locales/brx_IN
localedata/locales/bs_BA
localedata/locales/ca_ES
localedata/locales/ce_RU
localedata/locales/chr_US
localedata/locales/crh_UA
localedata/locales/cs_CZ
localedata/locales/csb_PL
localedata/locales/cv_RU
localedata/locales/de_AT
localedata/locales/de_BE
localedata/locales/de_CH
localedata/locales/de_LU
localedata/locales/doi_IN
localedata/locales/dsb_DE
localedata/locales/dv_MV
localedata/locales/dz_BT
localedata/locales/en_AU
localedata/locales/en_CA
localedata/locales/en_DK
localedata/locales/en_HK
localedata/locales/en_IE
localedata/locales/en_IL
localedata/locales/en_IN
localedata/locales/en_NG
localedata/locales/en_NZ
localedata/locales/en_PH
localedata/locales/en_SG
localedata/locales/en_ZA
localedata/locales/eo
localedata/locales/es_AR
localedata/locales/es_BO
localedata/locales/es_CO
localedata/locales/es_DO
localedata/locales/es_ES
localedata/locales/es_GT
localedata/locales/es_HN
localedata/locales/es_MX
localedata/locales/es_NI
localedata/locales/es_PA
localedata/locales/es_PE
localedata/locales/es_PR
localedata/locales/es_PY
localedata/locales/es_SV
localedata/locales/es_US
localedata/locales/es_UY
localedata/locales/es_VE
localedata/locales/et_EE
localedata/locales/eu_ES
localedata/locales/ff_SN
localedata/locales/fil_PH
localedata/locales/fo_FO
localedata/locales/fr_BE
localedata/locales/fr_CA
localedata/locales/fr_CH
localedata/locales/fr_FR
localedata/locales/fr_LU
localedata/locales/fur_IT
localedata/locales/fy_DE
localedata/locales/fy_NL
localedata/locales/ga_IE
localedata/locales/gd_GB
localedata/locales/gl_ES
localedata/locales/gu_IN
localedata/locales/gv_GB
localedata/locales/ha_NG
localedata/locales/he_IL
localedata/locales/hi_IN
localedata/locales/hne_IN
localedata/locales/hsb_DE
localedata/locales/ht_HT
localedata/locales/hy_AM
localedata/locales/ia_FR
localedata/locales/id_ID
localedata/locales/ig_NG
localedata/locales/ik_CA
localedata/locales/is_IS
localedata/locales/iu_CA
localedata/locales/ka_GE
localedata/locales/kab_DZ
localedata/locales/kk_KZ
localedata/locales/kl_GL
localedata/locales/km_KH
localedata/locales/kn_IN
localedata/locales/kok_IN
localedata/locales/ks_IN
localedata/locales/ks_IN@devanagari
localedata/locales/kw_GB
localedata/locales/lg_UG
localedata/locales/li_NL
localedata/locales/lt_LT
localedata/locales/lv_LV
localedata/locales/mag_IN
localedata/locales/mai_IN
localedata/locales/mg_MG
localedata/locales/mi_NZ
localedata/locales/mjw_IN
localedata/locales/ml_IN
localedata/locales/mni_IN
localedata/locales/mnw_MM
localedata/locales/mr_IN
localedata/locales/ms_MY
localedata/locales/mt_MT
localedata/locales/my_MM
localedata/locales/nds_DE
localedata/locales/nds_NL
localedata/locales/ne_NP
localedata/locales/nhn_MX
localedata/locales/niu_NU
localedata/locales/nl_BE
localedata/locales/nso_ZA
localedata/locales/oc_FR
localedata/locales/or_IN
localedata/locales/os_RU
localedata/locales/pa_IN
localedata/locales/pa_PK
localedata/locales/pap_AW
localedata/locales/pap_CW
localedata/locales/ps_AF
localedata/locales/pt_BR
localedata/locales/pt_PT
localedata/locales/quz_PE
localedata/locales/raj_IN
localedata/locales/ru_RU
localedata/locales/rw_RW
localedata/locales/sa_IN
localedata/locales/sat_IN
localedata/locales/sd_IN
localedata/locales/sd_IN@devanagari
localedata/locales/sgs_LT
localedata/locales/shn_MM
localedata/locales/shs_CA
localedata/locales/sk_SK
localedata/locales/sl_SI
localedata/locales/sm_WS
localedata/locales/sv_SE
localedata/locales/sw_KE
localedata/locales/sw_TZ
localedata/locales/ta_IN
localedata/locales/ta_LK
localedata/locales/tcy_IN
localedata/locales/te_IN
localedata/locales/tg_TJ
localedata/locales/the_NP
localedata/locales/tk_TM
localedata/locales/tl_PH
localedata/locales/to_TO
localedata/locales/tpi_PG
localedata/locales/tr_TR
localedata/locales/tt_RU
localedata/locales/tt_RU@iqtelif
localedata/locales/unm_US
localedata/locales/ur_IN
localedata/locales/ur_PK
localedata/locales/ve_ZA
localedata/locales/wa_BE
localedata/locales/wo_SN
localedata/locales/yi_US
localedata/locales/yo_NG
localedata/locales/yuw_PG
localedata/locales/zh_HK
localedata/locales/zh_SG
localedata/locales/zh_TW
localedata/locales/zu_ZA

index 2f45ddad638ba99681ce36cb4c533225e01bbd28..e54266ae750b0ed87469ae01fac9365527c19906 100644 (file)
@@ -125,7 +125,10 @@ mon         "Januarie";/
 % "%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).
index 926e4df3436c656aa0da83f2037b027e1105ff4c..f42b58d400d1c7ae18c3b1da4e574cee9219d99f 100644 (file)
@@ -96,7 +96,8 @@ day  "Kwesida";/
      "Fida";/
      "Memeneda"
 abday  "Kwe";"Dwo";"Ben";"Wuk";"Yaw";"Fia";"Mem"
-d_t_fmt       "%a %d %b %Y %T %Z"
+d_t_fmt       "%a %d %b %Y %T"
+date_fmt      "%a %d %b %Y %T %Z"
 d_fmt         "%Y//%m//%d"
 t_fmt   "%r"
 % AM/PM time representation
index 0c8b6b6057424c8204bbb56e26e23b3573bd9796..0b2468598f4e73d235aa5b7060808fec32e1ce51 100644 (file)
@@ -89,7 +89,8 @@ mon     "chinero";/
         "octubre";/
         "noviembre";/
         "aviento"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
index eb3f35a19c307534c530e61851e9c7a2918af584..cec4b26e46a693cc289b086b976aa608a9df33d1 100644 (file)
@@ -124,7 +124,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 3701909dd04a5c7826dc0a8f27b204b6154ea6b3..bbf13da111eabdccaffd03903d60dc6faa3fa5f6 100644 (file)
@@ -127,7 +127,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 94a6f8b746e5a09f95d9950b85187e8404bcc22c..c6dd290feb8722ab3b9495996f3d78df4e47683c 100644 (file)
@@ -131,7 +131,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 420076cf7263d9d583359c18048ec4fdd6ef36fa..8a8b2151475ffc70e201b2ec1bea2e963bc17355 100644 (file)
@@ -136,7 +136,10 @@ mon         "<U062C><U0627><U0646><U0641><U064A>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 2ec46b10d2ee2882707bdfd63951db74b0e27232..ae938814f571519202e95c9103569ec89fefd34b 100644 (file)
@@ -134,7 +134,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 85116e5e9cf39327241b2e2e438d60a5e3665405..5fa2e11d556a1fcc90e7332ee90578dc046efa1a 100644 (file)
@@ -100,7 +100,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";"<U0641><U0628><U0631><U0627><
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %B %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %B %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 2483b0416755092b9ab038c3a91a50e42904a47c..bda15dd5532c5367d8df6f9f0a37ee45715b7013 100644 (file)
@@ -136,7 +136,10 @@ mon         "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644><U062B><U0627><U0
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 5d532b4ac46b384bbc4c628b3b976b51508ba770..22974463f707c400bd0123c28ab6f24ede1c8b1e 100644 (file)
@@ -148,7 +148,10 @@ mon         "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index bec97f3dadf2a60454bb03d27c2f0dc6c08dc0ae..e2e7cf41152041742fdadd6f0311bf9885fb58f1 100644 (file)
@@ -130,7 +130,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 0c1405b37ab9fce2104ba3e3507bb11ede9ebe13..512331b3e77860c532ce37f06293f484ec5400f3 100644 (file)
@@ -147,7 +147,10 @@ mon         "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index c6bbee43bc1ba33570d69cdf02a65690a5e08daa..6ae573e1bf6b6abae1c24fe0e7180985d5eb224a 100644 (file)
@@ -130,7 +130,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 88890f71e63ae507dfadbd3c90383847d5c1664a..11f6ba415cf4eac3e239dfe3dca84b78084820a5 100644 (file)
@@ -136,7 +136,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %H:%M:%S"
+d_t_fmt     "%d %b, %Y %H:%M:%S"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %H:%M:%S"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 00fae2b94ea73c342d6b2aaef8da4bbff8d11768..f4a9a7b261d9ae0e8365fb5b7234bcdddc6064f6 100644 (file)
@@ -130,7 +130,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index cedfedcdf3408d5b187f348c36461f70428bf762..eb06d193b458608d6858508e1f77a8c0018c726b 100644 (file)
@@ -130,7 +130,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index 7f9c6b01973d34f4bd83fe9d3d6306a90893fabb..7b92faa3d38b2106a2155fa774ddc19b4c1ebd36 100644 (file)
@@ -298,7 +298,8 @@ END LC_NUMERIC
 
 
 LC_TIME
-d_t_fmt        "%A %e %B %Y  %k:%M:%S"
+d_t_fmt        "%A %e %B %Y %k:%M:%S"
+date_fmt       "%A %e %B %Y %Z %k:%M:%S"
 d_fmt  "%A %e %B %Y"
 t_fmt  "%k:%M:%S"
 t_fmt_ampm     "%k:%M:%S"
index d8e9112d56e7ccce49e1c673bb26fa60dfdeddd1..1dc7d5b8d9613e5bfb190a0013ddcbaed50c58a1 100644 (file)
@@ -136,7 +136,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index cfd3ea45d0172414f3f17403bdb9cba410833227..55ab87a372b785ca48a0a84aa0fcd8b91cdfed09 100644 (file)
@@ -135,7 +135,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index b786f685c611ee5c9455925cef76fb3a5c26bf86..94eb6fb9a764c093be0652abb09d2d3effd2d81f 100644 (file)
@@ -147,7 +147,10 @@ mon         "<U0643><U0627><U0646><U0648><U0646> <U0627><U0644>/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index d4daf2c9e97e4c84f84fd682e8751ac9bf755381..52fd6e213e8033ec93fc6cef9b139456ad01902b 100644 (file)
@@ -136,7 +136,10 @@ mon         "<U062C><U0627><U0646><U0641><U064A>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index a0ad9ca130a836ac7725b61e86e83db03238f7a0..8a5fb2867fd681953acee2f595608e5f34d6f4b0 100644 (file)
@@ -130,7 +130,10 @@ mon         "<U064A><U0646><U0627><U064A><U0631>";/
 am_pm       "<U0635>";"<U0645>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
+d_t_fmt     "%d %b, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%d %b, %Y %Z %I:%M:%S %p"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
index b237ecc1f6e98befad5865424e88e8bcf73bcafc..1e731c42cc5e861bdd8e2c553535b0dfddbf7d77 100644 (file)
@@ -103,7 +103,8 @@ mon     "<U099C><U09BE><U09A8><U09C1><U09F1><U09BE><U09F0><U09C0>";/
         "<U09A1><U09BF><U099A><U09C7><U09AE><U09CD><U09AC><U09F0>"
 d_fmt    "%e-%m-%Y"
 t_fmt    "%I.%M.%S %p"
-d_t_fmt  "%e %B, %Y %I.%M.%S %p %Z"
+d_t_fmt  "%e %B, %Y %I.%M.%S %p"
+date_fmt "%e %B, %Y %I.%M.%S %p %Z"
 am_pm    "<U09AA><U09C2><U09F0><U09CD><U09AC><U09CD><U09AC><U09BE><U09B9><U09CD><U09A8>";"<U0985><U09AA><U09F0><U09BE><U09B9><U09CD><U09A8>"
 t_fmt_ampm  "%I.%M.%S %p"
 week 7;19971130;1
index 488455ae246e553e9947a485961dc69e65d321ad..6d442bdc1a3bc88250e0a90f612b5a47b48b4763 100644 (file)
@@ -108,7 +108,8 @@ alt_mon "xineru";/
         "ochobre";/
         "payares";/
         "avientu"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 % Month names in genitive form:
index 14f850a98a5e4490e736814189822df7f6fc1a10..7cb35d0b342dc6a7c3221fb899ee28864fddb026 100644 (file)
@@ -120,7 +120,10 @@ abday  "tum";/
 % "%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).
index 3c0db0be3de1e6d352397d3dbfbed1192735ef5d..7beedc2f5fd6ea5b0f966f01c92f564b2c28532c 100644 (file)
@@ -217,7 +217,8 @@ abmon   "Yan";/
         "Okt";/
         "Noy";/
         "Dek"
-d_t_fmt "%A, %d %B %Y %T"
+d_t_fmt   "%A, %d %B %Y %T"
+date_fmt  "%A, %d %B %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index 324379b65a1849834a1be87eb8bc692dccbbf456..defb2d782f0efa150eb5ac52e30bfaf13b1c9cb7 100644 (file)
@@ -188,7 +188,8 @@ abmon   "<U0441><U0442><U0443>";/
         "<U043A><U0430><U0441>";/
         "<U043B><U0456><U0441>";/
         "<U0441><U043D><U0435>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index fef339f6247a0eb6c44a91f50db7c804a0744e65..6c0ec4cf9e57b1d2691561ef58e436e5c2eaf88c 100644 (file)
@@ -110,7 +110,8 @@ mon "studzienia";/
        "listapada";/
        "<U015B>nie<U017E>nia"
 am_pm     "";""
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 t_fmt_ampm ""
index fa43ad1610e336ddfc1996d41def94b547197f7d..f18afe77321dc5e01a7ddd48cb90430600bac1b2 100644 (file)
@@ -89,7 +89,8 @@ abday  "Sun";/
        "Sat"
 week 7;19971130;1
 first_weekday 2
-d_t_fmt  "%a %d %b %Y %R %Z"
+d_t_fmt  "%a %d %b %Y %R"
+date_fmt "%a %d %b %Y %R %Z"
 d_fmt  "%m//%d//%Y"
 % %T (HH:MM:SS)
 t_fmt  "%T"
index 4fa1bdfff94b9efdf6f55545e2dfb8d96922532a..ce18b5d1716d79b10bf41c8e2125b25eebc73d2f 100644 (file)
@@ -217,7 +217,8 @@ abmon   "Yan";/
         "Okt";/
         "Noy";/
         "Dek"
-d_t_fmt "%A, %d %B %Y %T"
+d_t_fmt   "%A, %d %B %Y %T"
+date_fmt  "%A, %d %B %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index 5d19354ad65069eb66d7351cf1ddf5de86a3714b..173a99d13f97409d400989c3187a848d3e7d2528 100644 (file)
@@ -168,7 +168,8 @@ abmon   "Yan";/
         "Okt";/
         "Noy";/
         "Dek"
-d_t_fmt "%A, %d %B %Y %T"
+d_t_fmt   "%A, %d %B %Y %T"
+date_fmt  "%A, %d %B %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index f2136cdb1639e89eb738a86e286eb02f36d38cf9..7dcd03fafc1fb394fe40314dfbd4d3c43030a96d 100644 (file)
@@ -272,7 +272,8 @@ grouping                  3;3
 END LC_NUMERIC
 
 LC_TIME
-d_t_fmt    "%x (%a) %X %Z"
+d_t_fmt    "%x (%a) %X"
+date_fmt   "%x (%a) %X %Z"
 d_fmt      "%e.%m.%Y"
 t_fmt      "%k:%M:%S"
 am_pm      "";""
index ed8cd6c8d5eb2765c861cc50b495d48b5696f0e3..d570a056b42b93a100495f9ce03947f8e5b70a7a 100644 (file)
@@ -105,7 +105,10 @@ mon         "January";/
 am_pm       "AM";"PM"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 9567d7cbb0f48f5a91e579dedb8af3c8fb2df7a3..44374af8e58c4950664614c6c61ef65bf01f07de 100644 (file)
@@ -111,7 +111,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
            "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 15787b93f98e7388eecc58006fbdd4aae13be3bf..8e73caf6e3920c9a6e7c6093e4f5b48958fee5be 100644 (file)
@@ -95,8 +95,10 @@ abday        "San";/
        "Sar"
 %
 % Appropriate date and time representation
-% %A %d %b %Y%I:%M:%S %Z
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%A %d %b %Y"
index 214c805c839c97b222c7eb9b5a113f6a53d52a45..a601724401f0e14af06c008128c2363156a9048b 100644 (file)
@@ -135,7 +135,8 @@ mon         "<U099C><U09BE><U09A8><U09C1><U09AF><U09BC><U09BE><U09B0><U09C0>";/
             "<U09A1><U09BF><U09B8><U09C7><U09AE><U09CD><U09AC><U09B0>"
 
 am_pm       "<U09AA><U09C2><U09B0><U09CD><U09AC><U09BE><U09B9><U09CD><U09A3>";"<U0985><U09AA><U09B0><U09BE><U09B9><U09CD><U09A3>"
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 t_fmt       "%I:%M:%S %p %Z"
 t_fmt_ampm  "%I:%M:%S %p %Z"
index ad22b893d4e8381775c06c9af7cb8dbe89b130ae..468c9846f93d0b04c4b3901442c5083825b7a158 100644 (file)
@@ -118,7 +118,10 @@ am_pm       "<U09AA><U09C2><U09B0><U09CD><U09AC><U09BE><U09B9><U09CD><U09A3>";/
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 9df91a172180737c281d2ae999d12733233f4161..fa580afd04dd214a1ef0ddd3d79c377a7853e553 100644 (file)
@@ -105,9 +105,14 @@ mon      "<U0F5F><U0FB3><U0F0B><U0F56><U0F0B><U0F51><U0F44><U0F0B><U0F54><U0F0B>
 
 
 % Appropriate date & time representation
-d_t_fmt      "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C><U0025><U0079><U0F5F><U0F63><U0025><U006D><U0F5A><U0F7A><U0F66>/
-<U0025><U0064><U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51><U0025><U0048><U0F40><U0F66><U0F62><U0F0B><U0F58>/
-<U0025><U004D><U0F40><U0F66><U0F62><U0F0B><U0F46><U0025><U0053>"
+d_t_fmt      "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y<U0F5F><U0F63>%m<U0F5A><U0F7A><U0F66>/
+%d<U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51>%H<U0F40><U0F66><U0F62><U0F0B><U0F58>/
+%M<U0F40><U0F66><U0F62><U0F0B><U0F46>%S"
+
+% Appropriate date & time representation for date(1)
+date_fmt     "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y<U0F5F><U0F63>%m<U0F5A><U0F7A><U0F66>/
+%d<U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51>%H<U0F40><U0F66><U0F62><U0F0B><U0F58>/
+%M<U0F40><U0F66><U0F62><U0F0B><U0F46>%S"
 
 % Appropriate date representation
 d_fmt        "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C><U0025><U0079>/
index eaa911b4b171367e1022430ddef5548836a23a3a..ff76664b23527d81a8f83f6465df0ce3baf03535 100644 (file)
@@ -134,7 +134,8 @@ mon     "Genver";/
         "Here";/
         "Du";/
         "Kerzu"
-d_t_fmt "D<U02BC>ar %A %d a viz %B %Y"
+d_t_fmt  "D<U02BC>ar %A %d a viz %B %Y %T"
+date_fmt "D<U02BC>ar %A %d a viz %B %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   " ";" "
index db775705ca7bc175d942454dbf7fe49c5893df5e..1c569ccf875dde4d513fd0f8344e53262e1c3ba2 100644 (file)
@@ -114,7 +114,10 @@ am_pm       "<U092B><U0941><U0902>.";/
             "<U092C><U0947><U0932><U093E><U0938><U0947>."
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-m//%-d//%y"
index b4460efb0b4458f94e8f3c2e2acac2686e30d2bd..f3da81b8990ce68eb065a77ce07ba2f4c052bb1f 100644 (file)
@@ -123,7 +123,8 @@ mon     "Januar";/
         "Oktobar";/
         "Novembar";/
         "Decembar"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 0ba74ccf33267989f272e3030f59346eb6af16e1..d9a29d10a26acd58a711c7a8774ae31a0f35c396 100644 (file)
@@ -148,7 +148,8 @@ mon        "de gener";/
            "d<U2019>octubre";/
            "de novembre";/
            "de desembre"
-d_t_fmt    "%A, %-d %B de %Y, %T %Z"
+d_t_fmt    "%A, %-d %B de %Y, %T"
+date_fmt   "%A, %-d %B de %Y, %T %Z"
 d_fmt      "%-d//%-m//%y"
 t_fmt      "%T"
 am_pm      "a. m.";/
index 03e60f838a41584c17d85a4ae3dba773110fbb3e..f96d9385f9def392f5aff72e34ee2771141249c9 100644 (file)
@@ -89,6 +89,7 @@ abday         "<U041A><U04C0>";/
        "<U041F><U04C0>";/
        "<U0428><U043E>"
 d_t_fmt       "%Y %d %b %a %T"
+date_fmt      "%Y %d %b %a %T %Z"
 d_fmt         "%Y.%d.%m"
 t_fmt         "%T"
 %
index 86868c02e9ae2e1ca7159796dece163217c1d652..f060a2ecdef73bf26c45f6b602179943bf0c660b 100644 (file)
@@ -87,7 +87,8 @@ mon   "<U13A4><U13C3><U13B8><U13D4><U13C5>";/
        "<U13DA><U13C2><U13C5><U13D7>";/
        "<U13C5><U13D3><U13D5><U13C6>";/
        "<U13A5><U13CD><U13A9><U13F1>"
-d_t_fmt "%a %d %b %Y %r %Z"
+d_t_fmt  "%a %d %b %Y %r"
+date_fmt "%a %d %b %Y %r %Z"
 d_fmt   "%m//%d//%Y"
 t_fmt   "%r"
 t_fmt_ampm "%I:%M:%S %p"
index 86281a27db1cc64d4890792997c6514b9ea18493..d2f3633d83cd35b98a3b32b181ba5bfb813123a0 100644 (file)
@@ -175,7 +175,8 @@ abmon   "Yan";/
         "Okt";/
         "Noy";/
         "Dek"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "<U00DC>E";"<U00DC>S"
index d629a21750e68a056d93e7c780e2a6623e763e19..132aab0eb892e81164a0c1d947a28a6b025dfe79 100644 (file)
@@ -361,7 +361,8 @@ mon         "ledna";/
 week           7;19971130;4
 first_weekday  2
 
-d_t_fmt                "%a<U00A0>%-d.<U00A0>%B<U00A0>%Y,<U00A0>%H:%M:%S<U00A0>%Z"
+d_t_fmt                "%a<U00A0>%-d.<U00A0>%B<U00A0>%Y,<U00A0>%H:%M:%S"
+date_fmt       "%a<U00A0>%-d.<U00A0>%B<U00A0>%Y,<U00A0>%H:%M:%S<U00A0>%Z"
 
 d_fmt          "%-d.%-m.%Y"
 
index 662dcefa15a2cae33d8ef67a2609cc6a39065025..6e3e6773df75b080dee69b826975777867405523 100644 (file)
@@ -183,7 +183,8 @@ mon     "st<U00EB>cznika";/
         "rujana";/
         "l<U00EB>stopadnika";/
         "g<U00F2>dnika"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%Y-%m-%d"
 t_fmt   "%T"
 am_pm   "";""
index e9247b39f8739e4e8bb7a09306339fdf2ad776bb..09b86e877f4aee485499125beeabdaae3675d9e3 100644 (file)
@@ -201,7 +201,8 @@ abmon   "K<U0102>R";/
        "JUP";/
        "C<U00DC>K";/
        "RA<U0160>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index b8cbbe17897ba61b59e25655594a8a3f107f914e..5d97787e1192deebc4ae70ab4934f4c41318e5c1 100644 (file)
@@ -114,7 +114,8 @@ mon     "J<U00E4>nner";/
        "Oktober";/
        "November";/
        "Dezember"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%Y-%m-%d"
 t_fmt   "%T"
 am_pm   "";""
index a6d0ebc48bf289b924680e233c1ca31923eb1b4e..eb1cb7618b96bea674dcd018d4b338d782a57aba 100644 (file)
@@ -114,7 +114,8 @@ mon     "Januar";/
         "Oktober";/
         "November";/
         "Dezember"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%Y-%m-%d"
 t_fmt   "%T"
 am_pm   "";""
index 2603bf18be8f3e50275e6ca43d2486a8a46c0e93..29bc960c5962fc7bea796458563bed590385f559 100644 (file)
@@ -116,7 +116,8 @@ mon     "Januar";/
        "Oktober";/
        "November";/
        "Dezember"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 3745f21e3c5e8420d7b8eae37011b4861110d957..749b616d78c46be695b7795a27d3edae3e7c4333 100644 (file)
@@ -111,7 +111,8 @@ mon     "Januar";/
         "Oktober";/
         "November";/
         "Dezember"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%Y-%m-%d"
 t_fmt   "%T"
 am_pm   "";""
index 1ff2a523aa65f92b78bc54c65c6a340e9321fedf..b7cb6d16bcf297d57783ee7face68ba3c5536554 100644 (file)
@@ -113,7 +113,10 @@ am_pm       "<U0938><U091E><U0902>";/
             "<U0938><U092C><U0947><U0930>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 7f51b82aa8d558b556698de8c7301a6437394c8e..2001c78fbd3607f960b0c6e40ee292d52d3d57eb 100644 (file)
@@ -205,7 +205,8 @@ mon     "januara";/
         "oktobra";/
         "nowembra";/
         "decembra"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index ab78fa5ce33cfe0eee5a49c416f7b3dc0de128ac..de0399f4c4011eb4c7ed0a5114d401a3315c3fd8 100644 (file)
@@ -127,7 +127,10 @@ mon        "<U0796><U07AC><U0782><U07AA><U0787><U07A6><U0783><U07A9>";/
        "<U0791><U07A8><U0790><U07AC><U0782><U07B0><U0784><U07A6><U0783>"
 
 % Date Time Format
-d_t_fmt "%Z %H:%M:%S %Y %b %d %a"
+d_t_fmt "%H:%M:%S %Y %b %d %a"
+
+% Date Time Format for date(1)
+date_fmt "%Z %H:%M:%S %Y %b %d %a"
 
 % date Format. I have put this in reverse order to try to get the date
 % in R->L order
index 272fa7e78f4d77f24684a254a85e127bf30f1e1b..24a54358d2efc8fb8ab8c699633dee5b32ce58b6 100644 (file)
@@ -2190,6 +2190,13 @@ d_t_fmt      "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y/
 <U0F66><U0F62><U0F0B><U0F58>%M/
 <U0F40><U0F66><U0F62><U0F0B><U0F46>%S"
 
+% Appropriate date & time representation for date(1)
+date_fmt      "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y/
+<U0F5F><U0F63>%m<U0F5A><U0F7A><U0F66>%d/
+<U0F46><U0F74><U0F0B><U0F5A><U0F7C><U0F51>%H<U0F40>/
+<U0F66><U0F62><U0F0B><U0F58>%M/
+<U0F40><U0F66><U0F62><U0F0B><U0F46>%S"
+
 % Appropriate date representation
 d_fmt        "<U0F54><U0F66><U0FB1><U0F72><U0F0B><U0F63><U0F7C>%y/
 <U0F5F><U0F63>%m<U0F5A><U0F7A><U0F66>%d"
index 149fb53771feab23a866a8cdfda88975a4f6e453..327e81a05e9a80ff2dcb8d6b051d4aee3626ff3b 100644 (file)
@@ -108,7 +108,8 @@ mon         "January";/
             "October";/
             "November";/
             "December"
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "AM";"PM"
index 3f4f88598cb885ef917dc34de33b893443762302..2e94f7e3b59b0b9214dac6d2acf441e093c8ece5 100644 (file)
@@ -116,7 +116,8 @@ mon         "January";/
             "October";/
             "November";/
             "December"
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%Y-%m-%d"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index aa45f70a62b2ee5d3d78f147e96fa27758e40917..b7fde84aa2ae120df1c7ebcd926197f04454147e 100644 (file)
@@ -115,6 +115,7 @@ mon      "January";/
         "December"
 % date formats following ISO 8601-1988
 d_t_fmt  "%Y-%m-%dT%T %Z"
+date_fmt "%Y-%m-%dT%T %Z"
 d_fmt    "%Y-%m-%d"
 t_fmt    "%T"
 am_pm    "";""
index 547c0a10d6abfadb6490b7769e21e7223c718298..d45af49c6d23103837b0abe1ac7f1cc6b2d0fb4d 100644 (file)
@@ -121,7 +121,10 @@ mon         "January";"February";/
 am_pm       "AM";"PM"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A, %B %d, %Y %p%I:%M:%S %Z"
+d_t_fmt     "%A, %B %d, %Y %p%I:%M:%S"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A, %B %d, %Y %p%I:%M:%S %Z"
 %
 % Appropriate date representation
 d_fmt       "%A, %B %d, %Y"
index 09c42c7f6ad1f7a95e17584c6c78f2616802bf3d..d03e02998abfb967f833d9e1bfa405615e1a3ce1 100644 (file)
@@ -107,7 +107,8 @@ mon         "January";/
             "October";/
             "November";/
             "December"
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "";""
index b28640c044b3806239d5d465256f77427a76dd58..21c7f62a69d0a54fea610c5f481c8c2923589590 100644 (file)
@@ -81,7 +81,8 @@ mon     "January";/
         "October";/
         "November";/
         "December"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt "%d//%m//%y"
 t_fmt "%T"
 am_pm "";""
index e932931f5d5c7768f406c296601cdd9e50c6f820..b03d1179eb0ac75f9631208242f684cf2c759263 100644 (file)
@@ -102,7 +102,10 @@ mon         "January";"February";/
 am_pm       "AM";"PM"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %B %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %B %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation (%x)
 d_fmt       "%d//%m//%y"
index 109201c2fe01476afd1a3b564052a1b126439848..a642a26d0bf9d4840898d79c5a3db4595743193f 100644 (file)
@@ -118,7 +118,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),
@@ -126,7 +126,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).
index aba64ecfd0135bddd99a8583e347a25a9c2e6fe8..a0e980d95e2d00817318478d61b477e0182d2c48 100644 (file)
@@ -108,7 +108,8 @@ mon         "January";/
             "October";/
             "November";/
             "December"
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "AM";"PM"
index e73fce98ff9bf1141406bedaeeda5966dc9c9cbe..67d2020f86130183e06ded80b74592afe6b0e33b 100644 (file)
@@ -124,7 +124,10 @@ mon         "January";"February";/
 am_pm       "AM";"PM"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A, %d %B, %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A, %d %B, %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A, %d %B, %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%A, %d %B, %Y"
index 5271c5b6e24b099e9fdf3678cc2d496e49ce0d99..0d8590b0da386049213364827879d6170b07b1e6 100644 (file)
@@ -123,6 +123,9 @@ am_pm       "AM";"PM"
 % Appropriate date and time representation
 d_t_fmt     "%a %d %b %Y %r"
 %
+% Appropriate date and time representation for date(1)
+date_fmt    "%a %d %b %Y %r %Z"
+%
 % Appropriate date representation
 d_fmt       "%d//%m//%Y"
 %
index bd045c0b8ab2a08b951bc16e7c75459023928ce4..5ddc3f2c5d74e7505f1571187f2a0822445f50e5 100644 (file)
@@ -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).
index b2ad5758004b67d840279326d625305ad4959d25..589a36c3dfd6de9ade843a4bb20c863a6fb2cf3f 100644 (file)
@@ -171,7 +171,8 @@ mon "Januaro";/
        "Decembro"
 am_pm "";""
 t_fmt_ampm ""
-d_t_fmt "%a %d %b %Y %T %z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %z"
 d_fmt   "%Y-%m-%d"
 t_fmt   "%T"
 week 7;19971130;1
index ffed664ad1fe1402e33cb854f2544ceca1b6b5de..43ea4c4bea4f2274569d541c191b6f22c4a7e405 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
         "octubre";/
         "noviembre";/
         "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 5b6c6e231256089ae89393591480cf7229fb3a24..41dce8442e6c83d245aa38979f4c11be049ed1a2 100644 (file)
@@ -114,7 +114,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index e9e6677ffa569699b4352d5e38a705ac01e43708..75be255c469aea1f01db2c4265234eff39b68781 100644 (file)
@@ -114,7 +114,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "AM";"PM"
index 1c2a2fadc766d864565d5766adeee6d7707fa7b8..e5a835f1535a5f6914c1cdd9661155b51963f9d7 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index aa919a26267fd6311b71d7aeb81655e55787b4df..d9788d2ec15658040e7058aedfebf663745a96d2 100644 (file)
@@ -171,7 +171,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 65dbc161daf78e381c3b647e198f4ebfd5a975e2..5899f08709d0ca4a84e239f4167bb65311b1d0e1 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index c514a90ef52d19fd9901ca9cd555f7e3fb988fab..7fb436fc99880520fdfd7e1b75d012f8ba55a774 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 75cc000c2357d9cbfb27c6241996113d1b1c1a63..52e56202156c8edeec5d4579143d123434a3e6a6 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index b5863317e2fcfc2a195286ff3c21c91c767a599d..ed13287e6c65ceab5f4a394a353cc0be2e580add 100644 (file)
@@ -108,7 +108,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 t_fmt_ampm "%I:%M:%S %p"
index aaacdfa99cddff60f4d1d2eeab255c730f5d667b..1717127c42ce0212f1297e8b4c12443a760b5185 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index ff1d85302e18754755dfc5816a84ac36bf54e229..105ae44024bbe721bf517a528050f03eaa20226d 100644 (file)
@@ -114,7 +114,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 t_fmt_ampm "%I:%M:%S %p"
index 850ee1e5d501781de0200838c6239c648adf93f7..4d4caedc0684413875a81d55a2afd27d9eb824b2 100644 (file)
@@ -108,7 +108,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index f9ccd83f2edff61f771938f6339ff57f415d5770..46bf81b711f3935d77f212b59c963e592c808296 100644 (file)
@@ -114,7 +114,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 9a9b3c256253c0d0495657f0628fb79d490d5608..05c45693372d1a8de7f35ad3cf4df29aef90b97b 100644 (file)
@@ -116,7 +116,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 42f67670d02d37637c681941fd2f816ca19a1bff..1b47db5374885937f55bc2406d8676348d05f428 100644 (file)
@@ -114,7 +114,8 @@ mon     "enero";/
         "octubre";/
         "noviembre";/
         "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 524ec8a3471f27fedffd7046db64fe82ee2aead1..f2a7ff9b540132a88aa09f6f515fae22dc2f2692 100644 (file)
@@ -114,7 +114,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index a0f04ba30c1d02adaabccdfcc15da002c192e45e..961ddcc3150e4c594321480fd9f47c5df1799c24 100644 (file)
@@ -115,7 +115,8 @@ mon     "enero";/
        "octubre";/
        "noviembre";/
        "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "am";"pm"
index f5c47149a6288beb2b99fe6c4a659c4dbd7ed4be..e4f928f6cc68dc724aacd396e83309bdd1bddd20 100644 (file)
@@ -176,7 +176,8 @@ mon   "jaanuar";/
 
 % Suggested date formats
 
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index b72d5d4066ce21734b360bef8840fc5e8f20a0cd..f87fd2209bf4ce8610fb791835749e22ba73eb4a 100644 (file)
@@ -121,7 +121,8 @@ mon     "urtarrila";/
         "azaroa";/
         "abendua"
 % YY-MM-DD
-d_t_fmt "%y-%m-%d %T %Z"
+d_t_fmt  "%y-%m-%d %T"
+date_fmt "%y-%m-%d %T %Z"
 % dddddddddd,   19YYeko  mmmmmmmren   XXa
 % day of the week,   year+eko   month+ren   day+a
 d_fmt   "%a, %Y.eko %bren %da"
index e4b18eba7be4c5acba5ee2fb052df2a6f0cddb75..6dc42f40b583fbcfa23bf32ba3836081a79f6b60 100644 (file)
@@ -89,7 +89,8 @@ abday  "dew";/
        "hbi"
 week 7;19971130;1
 first_weekday 2
-d_t_fmt  "%a %d %b %Y %R %Z"
+d_t_fmt  "%a %d %b %Y %R"
+date_fmt "%a %d %b %Y %R %Z"
 d_fmt    "%d//%m//%Y"
 t_fmt    "%R"
 am_pm    "subaka";"kikii<U0257>e"
index 34f522a3a1e240397c43d4ab79314901092bc48c..b4f9e66485b1d87973e1d479b9195ce4c8f1ed6b 100644 (file)
@@ -143,7 +143,8 @@ mon     "Enero";/
         "Nobyembre";/
         "Disyembre"
 %
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%m//%d//%y"
 t_fmt       "%r"
 am_pm       "N.U.";"N.H."
index a95c11cf9d31a19b08b4ef216e5b826fcd831e86..d58e2e81482fa36eadf6ba750b704a986b8ccf4a 100644 (file)
@@ -98,7 +98,8 @@ mon     "januar";/
         "oktober";/
         "november";/
         "desember"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m-%Y"
 t_fmt   "%T"
 am_pm   "";""
index b87c46875fb8a0862bdc667b173205b8d67ecdd1..39355fb89c9b21e204261b4e158370daa5dcc849 100644 (file)
@@ -115,7 +115,8 @@ mon     "janvier";/
        "octobre";/
        "novembre";/
        "d<U00E9>cembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index e37d04226ce7952341fb83e32edd06b0445d04e8..71c0d17ff68e51fa9bc97a4df16f675332eb03d5 100644 (file)
@@ -112,7 +112,8 @@ mon     "janvier";/
        "octobre";/
        "novembre";/
        "d<U00E9>cembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%Y-%m-%d"
 t_fmt   "%T"
 am_pm   "";""
index 57563c35126dad9c57bdbab0418e65d701e965e0..d9c67f9c65e5e43ae8ac3eb4e52648b319f7c2e3 100644 (file)
@@ -99,7 +99,8 @@ mon     "janvier";/
        "octobre";/
        "novembre";/
        "d<U00E9>cembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d. %m. %y"
 t_fmt   "%T"
 am_pm   "";""
index a18c514f1921fed0049d3b769c95c9e0f864fb2f..b0cfdce99d23e22d5b751492e6fb71bed9030e70 100644 (file)
@@ -131,7 +131,8 @@ mon     "janvier";/
         "octobre";/
         "novembre";/
         "d<U00E9>cembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
index d9eb43eb99551aa23a54b8aa8b03cf2e5ad06455..777469af07dc64a72b96c996d85488cf1a02ecf8 100644 (file)
@@ -115,7 +115,8 @@ mon     "janvier";/
        "octobre";/
        "novembre";/
        "d<U00E9>cembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 5b06a1ecfabd362b5fad1a31fbac9e822a80597a..04a3337af6793419d2c8fde0d937238be7dbf7a6 100644 (file)
@@ -106,7 +106,8 @@ mon     "Zen<U00E2>r";/
         "Otubar";/
         "Novembar";/
         "Dicembar"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d. %m. %y"
 t_fmt   "%T"
 am_pm   "";""
index 160d4abb61bc68b910c2fe6218e614e4603da7fc..6470fd97e32db2bcf0cea150d4a3bc591a76a383 100644 (file)
@@ -116,7 +116,8 @@ mon     "Jaunuwoa";/
         "Oktoba";/
         "Nowamba";/
         "Dezamba"
-d_t_fmt "%a %d. %b %Y %T %Z"
+d_t_fmt  "%a %d. %b %Y %T"
+date_fmt "%a %d. %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 447ee3b6d5b1e835734005be97d1ba51ac08752f..9e2d1941f353107ee7fc0acdc337fe40b10344dc 100644 (file)
@@ -82,7 +82,8 @@ mon     "Jannewaris";/
         "Oktober";/
         "Novimber";/
         "Desimber"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d-%m-%y"
 t_fmt   "%T"
 am_pm   "";""
index f0ba1b0e32b996608c77aeb9a1985d95c4e8d7b9..13f1ca955e8a4f62b461e587d8cec0f5c3674fa0 100644 (file)
@@ -114,7 +114,8 @@ mon         "Ean<U00E1>ir";/
             "Deireadh F<U00F3>mhair";/
             "Samhain";/
             "Nollaig"
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d.%m.%y"
 t_fmt       "%T"
 am_pm       "";""
index 8d545931132193ae9a51414fcfbbca20c5bd9672..5542a27adcc5bbf2044a3d34c0ec122f634219c5 100644 (file)
@@ -103,7 +103,8 @@ day           "DiD<U00F2>mhnaich";/
      "DihAoine";/
      "DiSathairne"
 abday         "DiD";"DiL";"DiM";"DiC";"Dia";"Dih";"DiS"
-d_t_fmt       "%a %d %b %Y %T %Z"
+d_t_fmt       "%a %d %b %Y %T"
+date_fmt      "%a %d %b %Y %T %Z"
 d_fmt         "%d//%m//%y"
 t_fmt         "%r"
 am_pm         "m";"f"
index a3d52cf2206c0ba87526ec49b41964fa0d579a3c..dd0242ecf5cd69675c9d0b0725f45536fb8314cb 100644 (file)
@@ -119,7 +119,8 @@ mon     "Xaneiro";/
         "Outubro";/
         "Novembro";/
         "Decembro"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index e80d55161352fcbe32764f3d144b279b4c4d2619..f7246da3bfa115d464ffa8f3003dc755f0648b72 100644 (file)
@@ -145,7 +145,10 @@ am_pm              "<U0AB8><U0AB5><U0ABE><U0AB0><U0AC7>";/
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 473c043cba3aa031789b0344f39af0b1c0b454d7..043cb7bde6f15b50afe377cf55f25cb5746afdc2 100644 (file)
@@ -126,7 +126,8 @@ abmon       "J-guer";/
             "M.Nollick"
 
 
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "";""
index 6950da96a41f7bfbc40d1a2e54c36e72ab1945a9..4822566a162c1ba21211f09a50a23200f4565c9c 100644 (file)
@@ -196,7 +196,8 @@ mon         "Janairu";/
             "Oktoba";/
             "Nuwamba";/
             "Disamba"
-d_t_fmt     "ranar %A, %d ga %B cikin %r %Z"
+d_t_fmt     "ranar %A, %d ga %B cikin %r"
+date_fmt    "ranar %A, %d ga %B cikin %r %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index 52b5a6bff0fa49c2d72984a6fab53bd841cf1b39..42fd2601154a68c24dffdbcafa3a0b77da005791 100644 (file)
@@ -118,7 +118,8 @@ abmon   "<U05D9><U05E0><U05D5>";"<U05E4><U05D1><U05E8>";/
         "<U05D9><U05D5><U05DC>";"<U05D0><U05D5><U05D2>";/
         "<U05E1><U05E4><U05D8>";"<U05D0><U05D5><U05E7>";/
         "<U05E0><U05D5><U05D1>";"<U05D3><U05E6><U05DE>"
-d_t_fmt "%Z %H:%M:%S %Y %b %d %a"
+d_t_fmt  "%H:%M:%S %Y %b %d %a"
+date_fmt "%Z %H:%M:%S %Y %b %d %a"
 d_fmt   "%d//%m//%y"
 t_fmt   "%H:%M:%S"
 am_pm   "AM";"PM"
index a7614fbaa6e613ec0f13cfc3119c113e014c1613..c572640e40be1ac93be20e1a667e8d7425ca8eca 100644 (file)
@@ -161,7 +161,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index b708de335682037a187b3e058f5f2bf571c155db..1034d23299c53bdf802bf4ad990e37d3410b2e86 100644 (file)
@@ -111,7 +111,10 @@ am_pm       "<U092C><U093F><U0939><U093F><U0928><U093F><U092F><U093E><U0901>";/
             "<U092E><U0902><U091D><U0928><U093F><U092F><U093E><U0901>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 13fc8e91f5b965fde91cab2b9b37922aac115c5e..515935e30bf39faae11e1fce870018017808c1fb 100644 (file)
@@ -194,7 +194,8 @@ mon "januara";/
        "oktobra";/
        "nowembra";/
        "decembra"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 0e0a79d2f1b9445f376e045602a4bdcccdbf87d1..06d16988223770f39590cda260bc2675c30270fa 100644 (file)
@@ -109,7 +109,8 @@ abday         "dim";/
        "sam"
 week 7;19971130;1
 first_weekday 2
-d_t_fmt       "%a %d %b %Y %T %Z"
+d_t_fmt       "%a %d %b %Y %T"
+date_fmt      "%a %d %b %Y %T %Z"
 d_fmt         "%d//%m//%Y"
 t_fmt         "%T"
 am_pm         "";""
index 74e1b77efb27aab68a4c0f24ed43e24cdd21abf7..d4111a64b3be68b5afb764cba9d68312a29f291d 100644 (file)
@@ -154,7 +154,8 @@ mon         "<U0570><U0578><U0582><U0576><U057E><U0561><U0580><U056B>";/
             "<U0570><U0578><U056F><U057F><U0565><U0574><U0562><U0565><U0580><U056B>";/
             "<U0576><U0578><U0575><U0565><U0574><U0562><U0565><U0580><U056B>";/
             "<U0564><U0565><U056F><U057F><U0565><U0574><U0562><U0565><U0580><U056B>"
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%m//%d//%y"
 t_fmt       "%r"
 am_pm       "";""
index 4ce7c7fe4a416541d6100ff7357b64de92b537b9..582902c73801ba56d3ab2a22d66d85645085a683 100644 (file)
@@ -81,7 +81,8 @@ mon     "januario";/
         "octobre";/
         "novembre";/
         "decembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "AM";"PM"
index 92ff81df23b059a06a610efda354df3e7278e35f..c10306deb7c155070da3280748b194254fa7ff32 100644 (file)
@@ -115,7 +115,8 @@ mon         "Januari";/
             "Oktober";/
             "November";/
             "Desember"
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "";""
index 113294a0f58ab576ce82fb3f3c58f6688049c1bd..7e678b01cd6fe7cc7a120c3d07ee2142a2f15fdb 100644 (file)
@@ -263,7 +263,8 @@ mon         "Jen<U1EE5>war<U1ECB>";/
             "Novemba";/
             "Disemba"
 % FIXME
-d_t_fmt     "%A, %d %B %Y %T %Z"
+d_t_fmt     "%A, %d %B %Y %T"
+date_fmt    "%A, %d %B %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index 922bb872416a38e13f356aacb5dd2ca0c4b17bab..5b95572ccf36996b8231bb452fe48466600eba87 100644 (file)
@@ -176,7 +176,8 @@ mon         "Siqi<U00F1><U00F1>aatchiaq";/
             "Sikkuvik";/
             "Nippivik";/
             "Siqi<U00F1><U0121>i<U1E37>aq"
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index 8d59b468d6338ea3da434d47b1816df236cf37e6..4c7514f438eade0d7c4de7c269a997a02a93193f 100644 (file)
@@ -207,7 +207,8 @@ mon   "jan<U00FA>ar";/
       "okt<U00F3>ber";/
       "n<U00F3>vember";/
       "desember"
-d_t_fmt "%a %e.%b %Y, %T %Z"
+d_t_fmt  "%a %e.%b %Y, %T"
+date_fmt "%a %e.%b %Y, %T %Z"
 d_fmt   "%a %e.%b %Y"
 t_fmt   "%T"
 am_pm   "fh";"eh"
index 6026bcd5878d2291491412cd34dcc996a170bc1b..56425c9199666c44f64271195d98c10402458fba 100644 (file)
@@ -109,7 +109,8 @@ mon         "<U152E><U14C4><U140A><U14D5>";/
             "<U140A><U1466><U1450><U1559>";/
             "<U14C4><U1555><U1559>";/
             "<U144E><U14EF><U155D><U1559>"
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%m//%d//%y"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index c37eea137e71a1a551020faed49c26917862d5df..73133b8b334d4231a1b0afd1a8daa5eb4631c334 100644 (file)
@@ -128,7 +128,8 @@ mon /
 "<U10D3><U10D4><U10D9><U10D4><U10DB><U10D1><U10D4><U10E0><U10D8>"
 
 %"%Y ÜÊÈÑ %d %B"
-d_t_fmt  "%Y <U10EC><U10DA><U10D8><U10E1> %d %B, %T %Z"
+d_t_fmt  "%Y <U10EC><U10DA><U10D8><U10E1> %d %B, %T"
+date_fmt "%Y <U10EC><U10DA><U10D8><U10E1> %d %B, %T %Z"
 d_fmt    "%m//%d//%Y"
 t_fmt    "%T"
 am_pm    "";""
index ef572357c22615f78a325453d38625e150330c1a..e8af5d8cd98cf7624b11cb0fa235cd15647ecb8d 100644 (file)
@@ -89,7 +89,10 @@ abday "Ace";/
       "Sed"
 %
 % Appropriate date and time representation
-d_t_fmt        "%a %d %b %Y %T %Z"
+d_t_fmt       "%a %d %b %Y %T"
+%
+% Appropriate date and time representation for date(1)
+date_fmt      "%a %d %b %Y %T %Z"
 % Appropriate date representation
 d_fmt         "%d//%m//%Y"
 % Appropriate time representation
index c29c84b46e285158da7ce60117755a0a874ef806..03c28aa8003723e6aaaf0c8b94ddb10bc377e929 100644 (file)
@@ -178,7 +178,8 @@ abmon   "<U049A><U0430><U04A3>";/
         "<U049A><U0430><U0437>";/
         "<U049A><U0430><U0440>";/
         "<U0416><U0435><U043B>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index 986d25242c3cd776fd23e03543190053ed3da6e0..48a4684b4478eacba91585c992965b4cc7f1d9b1 100644 (file)
@@ -111,7 +111,8 @@ mon      "januaarip";/
          "oktobarip";/
          "novembarip";/
          "decembarip"
-d_t_fmt     "%a %b %d %Y %T %Z"
+d_t_fmt     "%a %b %d %Y %T"
+date_fmt    "%a %b %d %Y %T %Z"
 d_fmt       "%b %d %Y"
 t_fmt       "%T"
 am_pm       "";""
index ef9d8d7f6b812df2e1a2f9cbf3648d62d1218684..28550717e70824ed00fab418477b969c06347a8b 100644 (file)
@@ -963,6 +963,8 @@ mon     "<U1798><U1780><U179A><U17B6>";/
 
 d_t_fmt  "%A <U1790><U17D2><U1784><U17C3> %e <U1781><U17C2> %B <U1786><U17D2><U1793><U17B6><U17C6> %Y, %H <U1798><U17C9><U17C4><U1784> %M <U1793><U17B6><U1791><U17B8> %S <U179C><U17B7><U1793><U17B6><U1791><U17B8><U200B>"
 
+date_fmt "%A <U1790><U17D2><U1784><U17C3> %e <U1781><U17C2> %B <U1786><U17D2><U1793><U17B6><U17C6> %Y, %H <U1798><U17C9><U17C4><U1784> %M <U1793><U17B6><U1791><U17B8> %S <U179C><U17B7><U1793><U17B6><U1791><U17B8><U200B>"
+
 d_fmt    "%e %B %Y"
 
 t_fmt    "%H:%M:%S"
index 4b3b5cff75485a59edf03d78d822e7310b4ed855..16e808cbbcc8cc0307e01c949246e09e24989b61 100644 (file)
@@ -148,7 +148,10 @@ am_pm              "<U0CAA><U0CC2><U0CB0><U0CCD><U0CB5><U0CBE><U0CB9><U0CCD><U0CA8>";/
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index ed0090ae768ec222d55639873f02649b03187f12..bf884e0535bd2076c9b282c02df107f3d129626e 100644 (file)
@@ -111,7 +111,10 @@ am_pm       "<U092E>.<U092A><U0942>.";/
             "<U092E>.<U0928><U0902>."
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d-%-m-%y"
index 35f30562511c32a3302179a9520c1967abc2d050..5f441bd43750045141ba94ab0af1991a18160485 100644 (file)
@@ -121,7 +121,10 @@ am_pm      "<U062F><U0648><U067E><U06BE><U0631><U0628><U0631><U0648><U0646><U06BE>";/
        "<U062F><U0648><U067E><U06BE><U0631><U067E><U062A><U06BE>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-m//%-d//%y"
index 3273affedd3945874e35bbfda0f44214259c741b..10654c7c9c4954df487f950c6a851ccedcc1d11d 100644 (file)
@@ -113,7 +113,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-m//%-d//%y"
index c0433b3f070de1912647c990c33998f4cb672c14..e796f7e8381ecc8b358d0167f17a5fa6e320c569 100644 (file)
@@ -118,7 +118,8 @@ mon         "mis Genver";/
             "mis Hedra";/
             "mis Du";/
             "mis Kevardhu"
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "";""
index 70dd1cad2e418a4dc03bf0c8ea9bfe66dc613825..844e95db8fa6f55dde14792df7cd17e60862676b 100644 (file)
@@ -174,8 +174,8 @@ mon         "Janwaliyo";/
 %                                    Juuni, Julaayi, Agusito, Sebuttemba,
 %                                    Okitobba, Novemba, Desemba
 %
-d_t_fmt     "%a %d %b %Y %T %Z"
-% Abreviated date and time representation to be referenced by the "%c" field descriptor -
+d_t_fmt     "%a %d %b %Y %T"
+% Abbreviated date and time representation to be referenced by the "%c" field descriptor -
 % "%a" (weekday name),
 % "%d" (day of month as a decimal number),
 % "%b" (month name),
@@ -183,6 +183,9 @@ d_t_fmt     "%a %d %b %Y %T %Z"
 % "%T" (24-hour clock time in format HH:MM:SS),
 % "%Z" (Time zone name)
 %
+date_fmt    "%a %d %b %Y %T %Z"
+% Abbreviated date and time representation to be used by date(1)
+%
 d_fmt   "%d//%m//%y"
 % Date representation to be referenced by the "%x" field % descriptor -
 % "%d/%m/%y", day/month/year as decimal numbers (01/01/00 to 31/12/99).
index 9d555cca6e451bdf4f438bd575763cca158d3738..1b5005bf64713924212ed152475f073314268667 100644 (file)
@@ -120,7 +120,8 @@ mon     "jannewarie";/
        "oktober";/
        "november";/
        "desember"
-d_t_fmt "%a %d. %b %Y %T %Z"
+d_t_fmt  "%a %d. %b %Y %T"
+date_fmt "%a %d. %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index e9834bd2003123da644f0d9331ca9abb9208298b..60d58acbeba5350749f3739d62d2f3c9bcdab79a 100644 (file)
@@ -232,6 +232,7 @@ mon       "sausio";/
           "lapkri<U010D>io";/
           "gruod<U017E>io"
 d_t_fmt   "%Y m. %B %d d. %T"
+date_fmt  "%Y m. %B %d d. %T %Z"
 d_fmt     "%Y-%m-%d"
 t_fmt     "%T"
 am_pm     "";""
index 8939f46484a89ea5caa7f2e37b2639eca0346a55..711cc1c31431446e4964856f518089e763496f90 100644 (file)
@@ -183,6 +183,7 @@ mon      "janv<U0101>ris";/
          "novembris";/
          "decembris"
 d_t_fmt  "%A, %Y. gada %e. %B, %H:%M:%S"
+date_fmt "%A, %Y. gada %e. %B, %H:%M:%S %Z"
 d_fmt    "%Y.%m.%d."
 t_fmt    "%T"
 am_pm    "";""
index d721824966b43bb25d8b9a844cc6ee4885363b7f..0d5a0b8fe51fc0afcaa516cb850263c676af57f3 100644 (file)
@@ -112,7 +112,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 50ba5aa4348c960b36620df2a0a18d2c9fbdad78..4f1b28cf2cc79019a763ee81538af8796e9cf436 100644 (file)
@@ -114,7 +114,10 @@ am_pm   "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
         "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt  "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt   "%-d//%-m//%y"
index 266ff17e7dd569f02cb06dfcaa080c8bb76908fe..3149bb23bc9efa1696129a9b561317e4b0b39c0a 100644 (file)
@@ -124,7 +124,8 @@ mon     "Janoary";/
         "Oktobra";/
         "Novambra";/
         "Desambra"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index d08bc249427581c25ac6a4e91d0531194bbb99c5..5ae21e8ad8a4729d46cf27db9bf5ffa6833e1be2 100644 (file)
@@ -120,7 +120,8 @@ mon      "Kohi-t<U0101>tea";/
          "Whiringa-<U0101>-nuku";/
          "Whiringa-<U0101>-rangi";/
          "Hakihea"
-d_t_fmt     "Te %A, te %d o %B, %Y %T %Z"
+d_t_fmt     "Te %A, te %d o %B, %Y %T"
+date_fmt    "Te %A, te %d o %B, %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "";""
index 5c7629f704f8eff1f9f8ad5b2527eb837f84327c..efa894ba9db73499f946f6d62cb44c16077477c8 100644 (file)
@@ -86,7 +86,10 @@ mon   "Arkoi";"Thangthang";"There";"Jangmi";"Aru";"Vosik";/
 am_pm       "AM";"PM"
 
 % Appropriate date and time representation
-d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %B %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %B %Y %I:%M:%S %p %Z"
 
 % Appropriate date representation
 d_fmt        "%-d//%-m//%y"
index 2857a9755495c9ff085d855a09ff4f3f34530415..70f26974a0dbb6f5ebedfb1b524294d778aebb6b 100644 (file)
@@ -292,7 +292,10 @@ mon     "<U0D1C><U0D28><U0D41><U0D35><U0D30><U0D3F>";/
 am_pm     "<U0D30><U0D3E><U0D35><U0D3F><U0D32><U0D46>";"<U0D35><U0D48><U0D15><U0D41>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %B %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %B %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt     "%-d//%-m//%y"
index 831eff0910547fa67bac1628b04e91ac79d02275..99412a107aa9b5500a1457fab06a2afac667bc68 100644 (file)
@@ -113,7 +113,10 @@ am_pm       "<U098F>.<U09AE>.";/
             "<U09AA>.<U09AE>."
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 04765ec1d9235c602c1728a3d55650f38568006a..b666f4a216e58bd28a61dcbdc3b3ac4d1d854f50 100644 (file)
@@ -100,7 +100,8 @@ abday  "<U1012><U102D><U102F><U1010><U103A>";/
        "<U101E><U102D><U102F><U1000><U103A>";/
        "<U101E><U101D><U103A>"
 week          7;19971130;1
-d_t_fmt       "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z"
+d_t_fmt       "%OC%Oy %b %Od %A %OI:%OM:%OS %p"
+date_fmt      "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z"
 d_fmt         "%OC%Oy %b %Od %A"
 t_fmt         "%OI:%OM:%OS %p"
 % ဂယး, တ္ၚဲစေၚ်
index fc75268a3323f474685ce0c6778bbe139953f83c..65efc34c4276dd16c36ab10d27b5233077d2d1f0 100644 (file)
@@ -188,7 +188,10 @@ am_pm       "<U092E>.<U092A><U0942>.";/
             "<U092E>.<U0928><U0902>."
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index f49d0c18a6cda491f07a406525d763987ad950fa..d7f8a9d03c559b31a3f3d092cbd4a35a4efead22 100644 (file)
@@ -132,7 +132,10 @@ mon         "Januari";"Februari";/
 am_pm       "";""
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%A %d %b %Y"
index b56b6baab4062fb9be92738c9a20bf23c89fa26c..15ad26e5c5b28fb55461c248559523c7f234065b 100644 (file)
@@ -212,7 +212,10 @@ mon         "Jannar";/
 am_pm       "";""
 %
 % Appropriate date and time representation
-d_t_fmt     "%A, %d ta %b, %Y %H:%M:%S %Z"
+d_t_fmt     "%A, %d ta %b, %Y %H:%M:%S"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A, %d ta %b, %Y %H:%M:%S %Z"
 %
 % Appropriate date representation
 d_fmt       "%A, %d ta %b, %Y"
index 19e39abeea002213fd31489493a95bdd05f7fa11..2f91842d6c885096c3679e04ad99d583292444d6 100644 (file)
@@ -155,7 +155,8 @@ mon         "<U1007><U1014><U103A><U1014><U101D><U102B><U101B><U102E>";/
            "<U1012><U102E><U1007><U1004><U103A><U1018><U102C>"
 
 am_pm       "<U1014><U1036><U1014><U1000><U103A>";"<U100A><U1014><U1031>"
-d_t_fmt     "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z"
+d_t_fmt     "%OC%Oy %b %Od %A %OI:%OM:%OS %p"
+date_fmt    "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z"
 % Note: the use of %OC requires a patch to strftime_l.h
 d_fmt       "%OC%Oy %b %Od %A"
 t_fmt       "%OI:%OM:%OS %p"
index d6200b7972b6b8208f6f3f83ab23228ba67953b5..c557e7585b64037527e914d42676babf31d21e09 100644 (file)
@@ -120,7 +120,8 @@ mon     "Jannuaar";/
         "Oktober";/
         "November";/
         "Dezember"
-d_t_fmt "%a %d. %b %Y %T %Z"
+d_t_fmt  "%a %d. %b %Y %T"
+date_fmt "%a %d. %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 9fd50fb6256d38230c447fa9c72324142ba3bb44..2159f92469ee38431dd5e563b41de5226147e047 100644 (file)
@@ -119,7 +119,8 @@ mon     "Jaunuwoa";/
         "Oktoba";/
         "Nowamba";/
         "Dezamba"
-d_t_fmt "%a %d. %b %Y %T %Z"
+d_t_fmt  "%a %d. %b %Y %T"
+date_fmt "%a %d. %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index eb80eabbd82e312ce6786ff863aa9acffb8cba8d..09f6009a81e4b6925be4b8638172fb9ea3838294 100644 (file)
@@ -127,6 +127,7 @@ mon         "<U091C><U0928><U0935><U0930><U0940>";/
 am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 d_t_fmt     "%Y %B %d %I:%M:%S %p"
+date_fmt    "%Y %B %d %I:%M:%S %p %Z"
 d_fmt       "%y//%-m//%-d"
 t_fmt       "%H:%M:%S"
 t_fmt_ampm  "%I:%M:%S %p"
index 2dbfcb3c6572cd0ca77f98e155fe5f80feff0ed1..0b330fa25993df677845d24a644c3a2e28f9b684 100644 (file)
@@ -107,7 +107,8 @@ mon     "enero";/
         "octubre";/
         "noviembre";/
         "diciembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 387e109109fc037472cd968b7dcc718eb91c1f89..aaac0f479998d88770ba21ac951b1470469f0cca 100644 (file)
@@ -117,7 +117,10 @@ abday         "Tapu";/
 % "%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).
index 6232998847f529d37670e01606481e4143c6301d..9b3a352b8f3ae49f0dfd693c2917b454c7d88159 100644 (file)
@@ -99,7 +99,8 @@ mon     "januari";/
         "oktober";/
         "november";/
         "december"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d-%m-%y"
 t_fmt   "%T"
 am_pm   "";""
index c10a0c6df49349deefd192db583304eafcffee92..91380edd34a23ea7375a323e7824a98644030960 100644 (file)
@@ -119,8 +119,8 @@ mon         "Janaware";/
             "Nofemere";/
             "Disemere"
 
-% 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),
@@ -129,6 +129,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_fmt   "%d//%m//%Y"
 % "%d/%m/%Y", day/month/year as decimal numbers (01/01/2000).
index a106f8d1c1152959f5db662af10f87318200fa2d..d0d89a149e5f4b33e31b55543fa5c84457f5057f 100644 (file)
@@ -131,7 +131,8 @@ mon     "de geni<U00E8>r";/
         "d<U2019>oct<U00F2>bre";/
         "de novembre";/
         "de decembre"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
index 2e4975e7b710b5926264071224336b278341c063..67434238a0f14a4e12702bfc890abeb2c47332a0 100644 (file)
@@ -659,7 +659,8 @@ mon     "<U0B1C><U0B3E><U0B28><U0B41><U0B06><U0B30><U0B40>";/
         "<U0B21><U0B3F><U0B38><U0B47><U0B2E><U0B4D><U0B2C><U0B30>"
 d_fmt     "%Od-%Om-%Oy"
 t_fmt     "%OI:%OM:%OS %p"
-d_t_fmt   "%Oe %B %Oy %OI:%OM:%OS %p %Z"
+d_t_fmt   "%Oe %B %Oy %OI:%OM:%OS %p"
+date_fmt  "%Oe %B %Oy %OI:%OM:%OS %p %Z"
 am_pm     "AM";"PM"
 t_fmt_ampm "%OI:%OM:%OS %p"
 alt_digits "<U0B66>";/
index 9a4ce037cdfdc6e9bb6bbcbe70d685fdad8b36a0..55a7e92944d7689de0b2659f0d3099248c91bcb9 100644 (file)
@@ -141,7 +141,8 @@ mon     "<U044F><U043D><U0432><U0430><U0440><U044B>";/
 "<U043E><U043A><U0442><U044F><U0431><U0440><U044B>";/
 "<U043D><U043E><U044F><U0431><U0440><U044B>";/
 "<U0434><U0435><U043A><U0430><U0431><U0440><U044B>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index a1ef516251ecf4a236441cf42af88afcf60d6df1..6de5ba65f0e85f4fa6eb6d3d739dff34fa6c63e9 100644 (file)
@@ -140,7 +140,10 @@ am_pm       "<U0A38><U0A35><U0A47><U0A30><U0A47>";/
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 0a584114b8f06590998eb1927bc2bd452673e04d..0eb9cab5bf3558992447e4eaca90f6d141483552 100644 (file)
@@ -119,7 +119,10 @@ mon        "<U062C><U0646><U0648><U0631><U064A>";/
        "<U062F><U0633><U0645><U0628><U0631>"
 
 % Date Time Format
-d_t_fmt "<U0648> %H:%M:%S %Z <U062A> %d %B %Y"
+d_t_fmt  "<U0648> %H:%M:%S <U062A> %d %B %Y"
+
+% Date Time Format for date(1)
+date_fmt "<U0648> %H:%M:%S %Z <U062A> %d %B %Y"
 
 % date Format. I have put this in reverse order to try to get the date
 % in R->L order
index 7c4aebcff12bd6b175a46c7120dacfcf41b3e0c6..695c7ecbddb879309a3619aff4526f6583e00eda 100644 (file)
@@ -120,7 +120,8 @@ mon     "Yan<U00FC>ari";/
         "Oktober";/
         "Nov<U00E8>mber";/
         "Des<U00E8>mber"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d-%m-%y"
 t_fmt   "%T"
 am_pm   "";""
index 725ff594c0c9285f67faaabfc8da871fb7b221cb..bfd4a8eddbe02bff36d41d6dbfd212e861913e1e 100644 (file)
@@ -120,7 +120,8 @@ mon     "Yan<U00FC>ari";/
         "Oktober";/
         "Nov<U00E8>mber";/
         "Des<U00E8>mber"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d-%m-%y"
 t_fmt   "%T"
 am_pm   "";""
index 23dc86dcf1c1453b7e45af50fd527b4838e9b95d..ea4cdbc6f99e2c1dfef0d9cbe8a34d8153f85f5a 100644 (file)
@@ -247,7 +247,8 @@ mon "<U062C><U0646><U0648><U0631><U064A>";/
        "<U0627><U06A9><U062A><U0648><U0628><U0631>";/
        "<U0646><U0648><U0645><U0628><U0631>";/
        "<U062F><U0633><U0645><U0628><U0631>"
-d_t_fmt        "%A <U062F> %Y <U062F> %B %e<U060C> %Z %H:%M:%S"
+d_t_fmt        "%A <U062F> %Y <U062F> %B %e<U060C> %H:%M:%S"
+date_fmt       "%A <U062F> %Y <U062F> %B %e<U060C> %Z %H:%M:%S"
 d_fmt  "<U062F> %Y <U062F> %B %e"
 t_fmt  "%H:%M:%S"
 am_pm  "<U063A>.<U0645>.";"<U063A>.<U0648>."
index a778e5261785db42278e668f4318444053e431c7..b48e7e034ca560c297431201e02682ac7c7fbbbd 100644 (file)
@@ -118,7 +118,8 @@ mon     "janeiro";/
        "outubro";/
        "novembro";/
        "dezembro"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
index 6225036edf7e8723c8fa752540072bf43bf8aa0d..aa037b8045f08678696312c7567e8ab18c58bf23 100644 (file)
@@ -122,7 +122,8 @@ mon     "janeiro";/
         "outubro";/
         "novembro";/
         "dezembro"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%Y"
 t_fmt   "%T"
 am_pm   "";""
index 9ed890cbb0e6c7622818c37ba54dc5e471285246..a58ee3a066abb5f761186a3c1d5dd5c47f0b8cf9 100644 (file)
@@ -103,7 +103,8 @@ abday         "tum";/
        "juy";/
        "wiy";/
        "saw"
-d_t_fmt       "%a %d %b %Y %T %Z"
+d_t_fmt       "%a %d %b %Y %T"
+date_fmt      "%a %d %b %Y %T %Z"
 d_fmt         "%d//%m//%y"
 t_fmt         "%I:%M:%S %p"
 am_pm         "AM";"PM"
index c5beb5e798c518d8d3e61f8277dbffb95e618437..15c1ce48941c04978534128f53e59dad61ad0330 100644 (file)
@@ -123,7 +123,8 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
 %
 
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index fdb2059fe70a2cba2464f4fa407ab2b0ee2aec26..b1e2366f20fc19e9a6311e51f381c2d07d7cf0a1 100644 (file)
@@ -166,7 +166,8 @@ abmon   "<U044F><U043D><U0432>";/
         "<U043E><U043A><U0442>";/
         "<U043D><U043E><U044F>";/
         "<U0434><U0435><U043A>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index 31cb4673dfa4a3aa4524cc5ea6ecc84b30115fd3..cbcf2832669cadaacd17d0fa3cc350b5bfb64131 100644 (file)
@@ -108,7 +108,8 @@ mon     "Mutarama";/
         "Ukwakira";/
         "Ugushyingo";/
         "Ukuboza"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 362294af5a3a12c530be2c0a41cb42b0c1588284..6d0c4978c191d0de5042c734a90ab5601a1c8424 100644 (file)
@@ -149,7 +149,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d-%m-%y"
index 10610e65f37bcbe4d072e17c2d6f8ccd3f975650..fbecda5f60a881f2157c1c809e8c1cc2d0e317a7 100644 (file)
@@ -113,7 +113,10 @@ am_pm       "AM";"PM"
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index b2ed5f800bc44c0862f704f994f7fe1e4a0a22cb..7b7520f45396a3e15184171a0fcb35a20c38c6e9 100644 (file)
@@ -121,7 +121,10 @@ mon            "<U062C><U0646><U0648><U0631><U064A>";/
 am_pm  "AM";"PM"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index b24a171e1bfff49129197172b0088a9e1573858e..5449a3958077b41a2544c7c5c83154545242a7c1 100644 (file)
@@ -118,7 +118,10 @@ am_pm       "<U092E>.<U092A><U0942>.";/
             "<U092E>.<U0928><U0902>."
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 6b6ab1cac9ccab1485f20b6de062a27033d326b4..f51de31d5e638324393e3b250840bdf1395e2269 100644 (file)
@@ -102,7 +102,8 @@ mon     "saus<U0117>";/
         "spal<U0117>";/
         "lapkr<U0117>st<U0117>";/
         "gr<U016F>d<U0117>"
-d_t_fmt "%Y m. %B %d d. %T"
+d_t_fmt  "%Y m. %B %d d. %T"
+date_fmt "%Y m. %B %d d. %T %Z"
 d_fmt   "%Y.%m.%d"
 t_fmt   "%T"
 am_pm   "";""
index 69ac1124e58cd8e41bb17a75e27fc537ea87597b..f0bd3d4cf51b0ee2adef06460320a6250f67b13b 100644 (file)
@@ -140,7 +140,8 @@ mon         "<U101C><U102D><U1030><U107C><U103A><U1075><U1019><U103A>";/
            "<U101C><U102D><U1030><U107C><U103A><U1078><U1035><U1004><U103A>"
 
 am_pm       "<U1075><U1062><U1004><U103A><U107C><U1082><U103A>";"<U1010><U1062><U1019><U103A><U1038><U1076><U1019><U103A><U1088>"
-d_t_fmt     "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z"
+d_t_fmt     "%OC%Oy %b %Od %A %OI:%OM:%OS %p"
+date_fmt    "%OC%Oy %b %Od %A %OI:%OM:%OS %p %Z"
 % Note: the use of %OC requires a patch to strftime_l.h
 d_fmt       "%OC%Oy %b %Od %A"
 t_fmt       "%OH:%OM:%OS %p"
index ab48d600ef72ba75458851f19775f1e6358e9dcc..4295cbf0ddc678ff0f79cb9b703d33d9270c5835 100644 (file)
@@ -120,7 +120,8 @@ mon        "Pellkwet<U0313>min";/
        "Pesllw<U00E9>lsten";/
        "Pellc7ell7<U00E9>7llcwten<U0313>";/
        "Pelltet<U00E9>tq<U0313>em"
-d_t_fmt    "%a %d %b %Y %r %Z"
+d_t_fmt    "%a %d %b %Y %r"
+date_fmt   "%a %d %b %Y %r %Z"
 d_fmt      "%d//%m//%y"
 t_fmt      "%r"
 am_pm      "AM";"PM"
index b923741cbe0a032df29d20405cd5dbe256695928..889d5c0b457953cdeb3bb1efdbdfe3f2cb3328a9 100644 (file)
@@ -166,7 +166,8 @@ abmon               "jan";/
                "nov";/
                "dec"
 
-d_t_fmt                "%a<U00A0>%e.<U00A0>%B<U00A0>%Y,<U00A0>%H:%M:%S<U00A0>%Z"
+d_t_fmt                "%a<U00A0>%e.<U00A0>%B<U00A0>%Y,<U00A0>%H:%M:%S"
+date_fmt               "%a<U00A0>%e.<U00A0>%B<U00A0>%Y,<U00A0>%H:%M:%S<U00A0>%Z"
 
 d_fmt          "%d.%m.%Y"
 
index 6157b26d4f1b8462a767da1c94c01bda6157ee0f..8e290175baaae9879e04d535bd1fe207d70a453a 100644 (file)
@@ -2184,7 +2184,8 @@ mon     "januar";/
         "oktober";/
         "november";/
         "december"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d. %m. %Y"
 t_fmt   "%T"
 am_pm   "";""
index 2823005c0635b6cff731db8049320424bcaacb10..150a01c8f1b641e1b508d30e73e74be0e81cbb86 100644 (file)
@@ -95,7 +95,10 @@ abday        "Aso Sa";/
         "Aso To'"
 %
 % Appropriate date and time representation
-d_t_fmt        "%a %d %b %Y %T %Z"
+d_t_fmt        "%a %d %b %Y %T"
+%
+% Appropriate date and time representation for date(1)
+date_fmt       "%a %d %b %Y %T %Z"
 %
 % Appropriate date representation
 % https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia
index aa28c23776408e593890883ebb4c8d70b971fe15..b0901726db0d92981a76e8be42461062967eb00c 100644 (file)
@@ -231,6 +231,7 @@ mon       "januari";/
           "november";/
           "december"
 d_t_fmt   "%a %e %b %Y %H:%M:%S"
+date_fmt  "%a %e %b %Y %H:%M:%S %Z"
 d_fmt     "%Y-%m-%d"
 t_fmt     "%H:%M:%S"
 am_pm     "";""
index 6c303da983f2cd480ebb5df0068505538770eca4..5307d12e6e8fb14cf3ee2acb6812dd8f8d281289 100644 (file)
@@ -84,7 +84,8 @@ day  "Jumapili";/
      "Jumamosi"
 abday  "J2";"J3";"J4";"J5";"Alh";"Ij";"J1"
 week 7;19971130;1
-d_t_fmt  "%e %B %Y %I:%M:%S %p %Z"
+d_t_fmt  "%e %B %Y %I:%M:%S %p"
+date_fmt "%e %B %Y %I:%M:%S %p %Z"
 d_fmt  "%d//%m//%Y"
 t_fmt  "%I:%M:%S %p"
 am_pm  "asubuhi";"alasiri"
index 1da76705dbec80aa66482abdd89ee902a1cd08c7..9053da4752dee9695fb82552b6bfca21cd79c221 100644 (file)
@@ -79,7 +79,8 @@ day  "Jumapili";/
      "Ijumaa";/
      "Jumamosi"
 abday  "J2";"J3";"J4";"J5";"Alh";"Ij";"J1"
-d_t_fmt  "%e %B %Y %I:%M:%S %p %Z"
+d_t_fmt  "%e %B %Y %I:%M:%S %p"
+date_fmt "%e %B %Y %I:%M:%S %p %Z"
 d_fmt  "%d//%m//%Y"
 t_fmt  "%I:%M:%S %p"
 am_pm  "asubuhi";"alasiri"
index 5e40629ff1f646b2d324cb8e653d92a5f2c9d754..6ee1bce0f2f0e083c66bf6b93cacfcecea8ba574 100644 (file)
@@ -127,7 +127,10 @@ mon         "<U0B9C><U0BA9><U0BB5><U0BB0><U0BBF>";"<U0BAA><U0BBF><U0BAA><U0BCD><
 am_pm       "<U0B95><U0BBE><U0BB2><U0BC8>";"<U0BAE><U0BBE><U0BB2><U0BC8>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %B %Y %p %I:%M:%S %Z"
+d_t_fmt     "%A %d %B %Y %p %I:%M:%S"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %B %Y %p %I:%M:%S %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index ca5c1165c243fa843cd26d3eee2133329ccce43c..2fbea067be254a39531e6e11b4546d93cb53f1b2 100644 (file)
@@ -85,7 +85,8 @@ mon         "<U0B9C><U0BA9><U0BB5><U0BB0><U0BBF>";"<U0BAA><U0BBF><U0BAA><U0BCD><
             "<U0B9A><U0BC6><U0BAA><U0BCD><U0B9F><U0BAE><U0BCD><U0BAA><U0BB0><U0BCD>";"<U0B85><U0B95><U0BCD><U0B9F><U0BCB><U0BAA><U0BB0><U0BCD>";/
             "<U0BA8><U0BB5><U0BAE><U0BCD><U0BAA><U0BB0><U0BCD>";"<U0B9F><U0BBF><U0B9A><U0BAE><U0BCD><U0BAA><U0BB0><U0BCD>"
 am_pm       "<U0B95><U0BBE><U0BB2><U0BC8>";"<U0BAE><U0BBE><U0BB2><U0BC8>"
-d_t_fmt     "%A %d %B %Y %H:%M:%S %Z"
+d_t_fmt     "%A %d %B %Y %H:%M:%S"
+date_fmt    "%A %d %B %Y %H:%M:%S %Z"
 d_fmt       "%-d//%-m//%y"
 t_fmt       "%H:%M:%S %Z"
 t_fmt_ampm  ""
index a356801352b884673f793b71193d448b976146a5..6b6a26dd99316f415a946c583dd77f9e60aff475 100644 (file)
@@ -124,7 +124,10 @@ am_pm       "<U0C95><U0CBE><U0C82><U0CA1><U0CC6>";/
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index 82ebc2f0d14091f00a99958d9bba0a762e754793..2c940cc2c69b3c749ee14fee255a47057852829a 100644 (file)
@@ -129,7 +129,10 @@ mon         "<U0C1C><U0C28><U0C35><U0C30><U0C3F>";"<U0C2B><U0C3F><U0C2C><U0C4D><
 am_pm       "<U0C09>.";"<U0C38><U0C3E>."
 %
 % Appropriate date and time representation
-d_t_fmt     "%B %d %A %Y %p%I.%M.%S %Z"
+d_t_fmt     "%B %d %A %Y %p%I.%M.%S"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%B %d %A %Y %p%I.%M.%S %Z"
 %
 % Appropriate date representation
 d_fmt       "%d-%m-%y"
index 6d1e4d8ab339501fcf1a1eff27610fe95f03dae9..57ec25b5b1e4441db5cb0204116752797f8d2462 100644 (file)
@@ -191,7 +191,8 @@ abmon   "<U042F><U043D><U0432>";/
         "<U041E><U043A><U0442>";/
         "<U041D><U043E><U044F>";/
         "<U0414><U0435><U043A>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index 681e94e484914fe8adf614d41d6ee3a32fb62bfc..3b7595d5764e8ca338b3906de852bb2b47920bd0 100644 (file)
@@ -115,7 +115,10 @@ am_pm       "<U092A><U0942><U0930><U094D><U0935><U093E><U0939><U094D><U0928>";/
             "<U0905><U092A><U0930><U093E><U0939><U094D><U0928>"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%A %d %b %Y"
index e29ae20408763196faf6fb9ab2368b74e018e772..033b2d4f049cbdb040f5e549b2bbf45e01218447 100644 (file)
@@ -323,7 +323,8 @@ abmon   "<U00DD>an";"Few";/
 % date  dd.mm.yyyy %d.%m.%Y %T
 % time  hh:mm:ss (24 hour - no am/pm)
 %
-d_t_fmt "%d.%m.%Y %T"
+d_t_fmt   "%d.%m.%Y %T"
+date_fmt  "%d.%m.%Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index 03b8350749ab2c0a66e1a4f744c99bfaa6a562cc..f67072f042feb4cdae1a2323c84ffd1299aa1371 100644 (file)
@@ -105,7 +105,8 @@ mon     "Enero";/
         "Nobiyembre";/
         "Disyembre"
 %
-d_t_fmt     "%a %d %b %Y %r %Z"
+d_t_fmt     "%a %d %b %Y %r"
+date_fmt    "%a %d %b %Y %r %Z"
 d_fmt       "%m//%d//%y"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index acb5ce655c730cb9bbed0b3d7de5f881218c170f..3aec81bfd8feceb1628b673cf2e341f4f3679128 100644 (file)
@@ -95,7 +95,10 @@ am_pm  "hengihengi";"efiafi"
 
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%A %d %b %Y"
index 885481974c8b531b9fdb5e20bf8f44617b312694..b4680b0299358a60123fd6dbaf41c11b72cb30be 100644 (file)
@@ -100,7 +100,10 @@ abday      "San";/
        "Sar"
 %
 % Appropriate date and time representation
-d_t_fmt        "%a %d %b %Y %T %Z"
+d_t_fmt        "%a %d %b %Y %T"
+%
+% Appropriate date and time representation for date(1)
+date_fmt       "%a %d %b %Y %T %Z"
 %
 % Appropriate date representation
 % https://en.wikipedia.org/wiki/Date_and_time_notation_in_Australia
index 52cb6c8676f5053c048779d862c0801b9deee677..b175d0237d64317c045eeae88ff9c2bfaf078eba 100644 (file)
@@ -2628,7 +2628,8 @@ mon     "Ocak";/
         "Ekim";/
        "Kas<U0131>m";/
        "Aral<U0131>k"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d-%m-%Y"
 t_fmt   "%T"
 am_pm   "<U00D6><U00D6>";"<U00D6>S"
index 2e6aa85f6fdd0a1e6349aaef56c6ff3987b0fad1..134861f1069e5f09b9566524f8736c74d0632df7 100644 (file)
@@ -230,7 +230,8 @@ abmon   "<U0433><U044B><U0439><U043D>";/
         "<U043E><U043A><U0442>";/
         "<U043D><U043E><U044F><U0431>";/
         "<U0434><U0435><U043A>"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "";""
index b52b1299946f372f4ded64eb007915712accdf38..45d49ff31d782fd2927453e8bd141533ccc4e7c6 100644 (file)
@@ -136,7 +136,8 @@ abmon   "<U011E><U0131>n";/
         "<U00DC>kt";/
         "Noy";/
         "Dik"
-d_t_fmt "%a %d %b %Y %T"
+d_t_fmt   "%a %d %b %Y %T"
+date_fmt  "%a %d %b %Y %T %Z"
 d_fmt     "%d.%m.%Y"
 t_fmt     "%T"
 am_pm     "<U00D6>A";"<U00D6>S"
index ef458e22dc195809b5b27f522a0394c712b5418e..68a2fe72d2e51b0d8cdd5c23f5ce7327585e012e 100644 (file)
@@ -85,7 +85,8 @@ mon    "enikwsi";/
        "puksit";/
        "wini";/
        "muxkotae"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d//%m//%y"
 t_fmt   "%T"
 am_pm   "";""
index 26a9142bb56b48f83f985cdbba8faac594af6bb2..12cd62141e7877ce7893d886abe0888a832fcad2 100644 (file)
@@ -121,7 +121,10 @@ mon     "<U062C><U0646><U0648><U0631><U06CC>";/
 am_pm  "AM";"PM"
 %
 % Appropriate date and time representation
-d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %b %Y %I:%M:%S %p"
+%
+% Appropriate date and time representation for date(1)
+date_fmt    "%A %d %b %Y %I:%M:%S %p %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
index aaf47fceb5ed8782bb4ef72d000a19e78871c175..2653b1280256beed6597d6e5781dcf2499e5630d 100644 (file)
@@ -136,7 +136,10 @@ mon        "<U062C><U0646><U0648><U0631><U06CC>";/
        "<U062F><U0633><U0645><U0628><U0631>"
 
 % Date Time Format
-d_t_fmt "<U0648> %H:%M:%S %Z <U062A> %d %B %Y"
+d_t_fmt "<U0648> %H:%M:%S <U062A> %d %B %Y"
+
+% Date Time Format for date(1)
+date_fmt "<U0648> %H:%M:%S %Z <U062A> %d %B %Y"
 
 % date Format. I have put this in reverse order to try to get the date
 % in R->L order
index 6b80455c98de7fccd58b1f84adf7311a6d71693e..4ca18ee240e2c4dbeacd9f566e4d92c0127d7ed5 100644 (file)
@@ -129,8 +129,8 @@ mon         "Phando";/
             "<U1E3C>ara";/
             "Nyendavhusiku"
 
-% 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),
@@ -139,6 +139,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_fmt   "%d//%m//%Y"
 % "%d/%m/%Y", day/month/year as decimal numbers (01/01/2000).
index afec10f41c8b1612a23138aa8fe6a139562962e8..9f59287d372b2ae81a646d9df8b2753e8f4f56b7 100644 (file)
@@ -160,7 +160,8 @@ mon     "di djanv<U00EE>";/
         "di n<U00F4>vimbe";/
         "di decimbe"
 
-d_t_fmt "Li %A %d %B %Y %T %Z"
+d_t_fmt  "Li %A %d %B %Y %T"
+date_fmt "Li %A %d %B %Y %T %Z"
 % Chal, ça va
 d_fmt   "%d//%m//%Y"
 t_fmt   "%H:%M:%S"
index 20190925034c9ab443183f111e0b779d75635144..a0157145daaab0e2e953c96f7f79dc6a0671f75a 100644 (file)
@@ -124,7 +124,8 @@ mon     "sanwiy'e";/
         "oktoobar";/
         "nowaambar";/
         "desaambar"
-d_t_fmt "%a %d %b %Y %T %Z"
+d_t_fmt  "%a %d %b %Y %T"
+date_fmt "%a %d %b %Y %T %Z"
 d_fmt   "%d.%m.%Y"
 t_fmt   "%T"
 am_pm   "";""
index 95963830fcdb5c5f0608553510b9199436b2343a..218490564604f57155ab7db1cc5abe6bbaa05d57 100644 (file)
@@ -228,7 +228,8 @@ abmon   "<U05D9><U05D0><U05B7><U05E0>";"<U05E4><U05BF><U05E2><U05D1>";/
         "<U05D9><U05D5><U05DC>";"<U05D0><U05F1><U05D2>";/
         "<U05E1><U05E2><U05E4><U05BC>";"<U05D0><U05B8><U05E7><U05D8>";/
         "<U05E0><U05D0><U05B8><U05F0>";"<U05D3><U05E2><U05E6>"
-d_t_fmt "%Z %H:%M:%S %Y %b %d %a"
+d_t_fmt  "%H:%M:%S %Y %b %d %a"
+date_fmt "%Z %H:%M:%S %Y %b %d %a"
 d_fmt   "%d//%m//%y"
 t_fmt   "%H:%M:%S"
 am_pm   "AM";"PM"
index a3102270bf0fd38be49b420558e7ab9298a56d83..28773494aab7746558d9140d99d96466fcbda1b3 100644 (file)
@@ -213,8 +213,10 @@ mon         "O<U1E63><U00F9> <U1E62><U1EB9><U0301>r<U1EB9><U0301>";/
             "O<U1E63><U00F9> <U1ECC><U0300>w<U00E0>r<U00E0>";/
             "O<U1E63><U00F9> B<U00E9>l<U00FA>";/
             "O<U1E63><U00F9> <U1ECC><U0300>p<U1EB9><U0300>"
+% ọjọ́ %a, %d oṣù %b ọdún %Y %T
+d_t_fmt     "<U1ECD>j<U1ECD><U0301> %a, %d o<U1E63><U00F9> %b <U1ECD>d<U00FA>n %Y %T"
 % ọjọ́ %a, %d oṣù %b ọdún %Y %T %Z
-d_t_fmt     "<U1ECD>j<U1ECD><U0301> %a, %d o<U1E63><U00F9> %b <U1ECD>d<U00FA>n %Y %T %Z"
+date_fmt    "<U1ECD>j<U1ECD><U0301> %a, %d o<U1E63><U00F9> %b <U1ECD>d<U00FA>n %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%r"
 am_pm       "AM";"PM"
index 55e787a5cdfc559ffdaeafe2e6f69af7864eadf2..93289a75dc774007dc8f3b8cc8b01f82661c7a84 100644 (file)
@@ -102,7 +102,8 @@ mon         "jenuari";/
             "<U00F6>ktoba";/
             "n<U00F6>wemba";/
             "diksemba"
-d_t_fmt     "%a %d %b %Y %T %Z"
+d_t_fmt     "%a %d %b %Y %T"
+date_fmt    "%a %d %b %Y %T %Z"
 d_fmt       "%d//%m//%y"
 t_fmt       "%T"
 am_pm       "AM";"PM"
index 78ff7d27a65a53b7678f7dbf474b781226fffa86..4974bb37b76cee18c5f59875172591dccc4b433a 100644 (file)
@@ -127,6 +127,9 @@ am_pm       "<U4E0A><U5348>";"<U4E0B><U5348>"
 % Changed %b to %m, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
 d_t_fmt     "%Y<U5E74>%m<U6708>%d<U65E5> %A %H:%M:%S"
 %
+% Appropriate date and time representation for date(1)
+date_fmt    "%Y<U5E74>%m<U6708>%d<U65E5> %A %H:%M:%S %Z"
+%
 % Appropriate date representation
 % Changed %b to %m, by Anthony Fok <anthony@thizlinux.com>, Feb 2002
 % %Y年%m月%d日 %A
index 472843c7f77b8ed61c15018fbfed179e9bc03acb..ade0a02a525ced0c793b30453904202e7e47db75 100644 (file)
@@ -121,8 +121,11 @@ mon         "<U4E00><U6708>";"<U4E8C><U6708>";/
 am_pm       "<U4E0A><U5348>";"<U4E0B><U5348>"
 %
 % Appropriate date and time representation
-% %Y\u5e74%m\u6708%d\u65e5 %H\u65f6%M\u5206%S\u79d2 %Z
-d_t_fmt     "%Y<U5E74>%m<U6708>%d<U65E5> %H<U65F6>%M<U5206>%S<U79D2> %Z"
+% %Y\u5e74%m\u6708%d\u65e5 %H\u65f6%M\u5206%S\u79d2
+d_t_fmt     "%Y<U5E74>%m<U6708>%d<U65E5> %H<U65F6>%M<U5206>%S<U79D2>"
+%
+% Appropriate date and time representation for date(1)
+date_fmt     "%Y<U5E74>%m<U6708>%d<U65E5> %H<U65F6>%M<U5206>%S<U79D2> %Z"
 %
 % Appropriate date representation
 % %Y\u5e74%m\u6708%d\u65e5
index b869dec317012bb303f3a3c5137807c7ce9c202a..595d22623fe97d57575b29f7ec8ed011c2ef5223 100644 (file)
@@ -117,6 +117,9 @@ mon "<U4E00><U6708>";"<U4E8C><U6708>";"<U4E09><U6708>";/
 d_t_fmt "<U897F><U5143>%Y<U5E74>%m<U6708>%d<U65E5> (%A) %H<U6642>/
 %M<U5206>%S<U79D2>"
 
+date_fmt "<U897F><U5143>%Y<U5E74>%m<U6708>%d<U65E5> (%A) %H<U6642>/
+%M<U5206>%S<U79D2> %Z"
+
 d_fmt  "<U897F><U5143>%Y<U5E74>%m<U6708>%d<U65E5>"
 
 t_fmt  "%H<U6642>%M<U5206>%S<U79D2>"
index cf93a630092d10a3c22e474d98ac007499e9164c..8c25a384ec824e0e3e458acaf1c6617bec048e3e 100644 (file)
@@ -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"