]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Multiple locales: Use the correct 12-hour time formats (bug 10496).
authorRafal Luzynski <digitalfreak@lingonborough.com>
Mon, 8 Oct 2018 23:16:36 +0000 (01:16 +0200)
committerRafal Luzynski <digitalfreak@lingonborough.com>
Fri, 28 Dec 2018 20:56:18 +0000 (21:56 +0100)
It has been discovered that some locales use the 12-hour time formats but
do not use any AM/PM indicator thus making the time ambiguous.  This
commit adds "%p" wherever it was missing.  In some cases it has been
identified that a locale should use 24-hour time format rather than
12-hour.  All time formats come from CLDR but this commit introduces as
few changes as possible (for example, it tries not to change the time zone
display).  For the locales which are not supported by CLDR the consistency
with similar locales (which means the same language or the same country)
has been preserved: if the time formats were the same before the change
then they are still the same after the change.

The time format updates can be roughly summarized as follows:

* Most of the locales of Djibouti, Eritrea, and Ethiopia now use
"%l:%M:%S %p".
* Most of the locales of India and some surrounding countries (Bangladesh,
Nepal etc.) now use "%I:%M:%S %p %Z".
* Most of the Arabic locales now use "%Z %I:%M:%S %p".
* Ge'ez language (Eritrea and Ethiopia) now uses "%l:%M:%S፡%p" (note the
consistent use of Ethiopic wordspace character).
* Tamil (India) now uses "%p %I:%M:%S %Z".
* Chinese (Hong Kong) t_fmt now uses "%p %I<U6642>%M<U5206>%S<U79D2> %Z".
* Additionally, the following locales have been switched from 12-hour time
formats to 24-hour, according to CLDR: Arabic (Morocco), Maltese, Somali
(Kenya), and Tamil (Sri Lanka).
* Finally, the Bulgarian, Czech, and Slovak locales used 24-hour time
format correctly but their t_fmt_ampm field was not empty containing
12-hour time format which was incorrect so it is now replaced with an
empty string.

[BZ #10496]
* localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p".
(t_fmt_ampm): Likewise.
* localedata/locales/aa_ER (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/aa_ER@saaho (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/aa_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/am_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/byn_ER (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/om_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/sid_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/so_DJ (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/so_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/so_SO (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/ti_ER (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/ti_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/tig_ER (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/wal_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.

* localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z".
* localedata/locales/ar_IN (t_fmt): Likewise.
* localedata/locales/bhb_IN (t_fmt): Likewise.
* localedata/locales/bho_IN (t_fmt): Likewise.
* localedata/locales/bi_VU (t_fmt): Likewise.
* localedata/locales/bn_BD (t_fmt): Likewise.
* localedata/locales/bn_IN (t_fmt): Likewise.
* localedata/locales/brx_IN (t_fmt): Likewise.
* localedata/locales/doi_IN (t_fmt): Likewise.
* localedata/locales/en_HK (t_fmt): Likewise.
(t_fmt_ampm): Likewise.
* localedata/locales/en_IN (t_fmt): Likewise.
* localedata/locales/en_PH (t_fmt): Likewise.
* localedata/locales/gu_IN (t_fmt): Likewise.
* localedata/locales/hi_IN (t_fmt): Likewise.
* localedata/locales/hif_FJ (t_fmt): Likewise.
* localedata/locales/hne_IN (t_fmt): Likewise.
* localedata/locales/kn_IN (t_fmt): Likewise.
* localedata/locales/kok_IN (t_fmt): Likewise.
* localedata/locales/ks_IN (t_fmt): Likewise.
* localedata/locales/ks_IN@devanagari (t_fmt): Likewise.
* localedata/locales/mag_IN (t_fmt): Likewise.
* localedata/locales/mai_IN (t_fmt): Likewise.
* localedata/locales/mjw_IN (t_fmt): Likewise.
* localedata/locales/ml_IN (t_fmt): Likewise.
* localedata/locales/mni_IN (t_fmt): Likewise.
* localedata/locales/mr_IN (t_fmt): Likewise.
* localedata/locales/ms_MY (t_fmt): Likewise.
* localedata/locales/pa_IN (t_fmt): Likewise.
* localedata/locales/raj_IN (t_fmt): Likewise.
* localedata/locales/sa_IN (t_fmt): Likewise.
* localedata/locales/sat_IN (t_fmt): Likewise.
* localedata/locales/sd_IN (t_fmt): Likewise.
* localedata/locales/sd_IN@devanagari (t_fmt): Likewise.
* localedata/locales/tcy_IN (t_fmt): Likewise.
* localedata/locales/the_NP (t_fmt): Likewise.
* localedata/locales/to_TO (t_fmt): Likewise.
* localedata/locales/ur_IN (t_fmt): Likewise.

* localedata/locales/hif_FJ (d_t_fmt): Set to
"%A %d %b %Y %I:%M:%S %p".
(date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z".

* localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p".
* localedata/locales/ar_BH (t_fmt): Likewise.
* localedata/locales/ar_DZ (t_fmt): Likewise.
* localedata/locales/ar_EG (t_fmt): Likewise.
* localedata/locales/ar_IQ (t_fmt): Likewise.
* localedata/locales/ar_JO (t_fmt): Likewise.
* localedata/locales/ar_KW (t_fmt): Likewise.
* localedata/locales/ar_LB (t_fmt): Likewise.
* localedata/locales/ar_LY (t_fmt): Likewise.
* localedata/locales/ar_OM (t_fmt): Likewise.
* localedata/locales/ar_QA (t_fmt): Likewise.
* localedata/locales/ar_SD (t_fmt): Likewise.
* localedata/locales/ar_SS (t_fmt): Likewise.
* localedata/locales/ar_SY (t_fmt): Likewise.
* localedata/locales/ar_TN (t_fmt): Likewise.
* localedata/locales/ar_YE (t_fmt): Likewise.

* localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p".
(t_fmt_ampm): Likewise.
* localedata/locales/gez_ET (t_fmt): Likewise.
(t_fmt_ampm): Likewise.

* localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z".
(t_fmt_ampm): Likewise.
(d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z".

* localedata/locales/zh_HK (t_fmt):
Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z".

* localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string)
because this locale does not use the 12-hour clock.
(t_fmt): Set to "%Z %H:%M:%S".
(d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S".

* localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string)
because this locale does not use the 12-hour clock.
(t_fmt): Set to "%H:%M:%S %Z".
(d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z".

* localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string)
because this locale does not use the 12-hour clock.
(t_fmt): Set to "%T".
(d_t_fmt): Set to "%A, %B %e, %Y %X %Z".
(date_fmt): Set to "%A, %B %e, %X %Z %Y".

* localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string)
because this locale does not use the 12-hour clock.
(t_fmt): Set to "%H:%M:%S %Z".
(d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z".

* localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string)
because this locale does not use the 12-hour clock.
* localedata/locales/cs_CZ (t_fmt_ampm): Likewise.
* localedata/locales/sk_SK (t_fmt_ampm): Likewise.

80 files changed:
ChangeLog
localedata/locales/aa_DJ
localedata/locales/aa_ER
localedata/locales/aa_ER@saaho
localedata/locales/aa_ET
localedata/locales/am_ET
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_SD
localedata/locales/ar_SS
localedata/locales/ar_SY
localedata/locales/ar_TN
localedata/locales/ar_YE
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/brx_IN
localedata/locales/byn_ER
localedata/locales/cs_CZ
localedata/locales/doi_IN
localedata/locales/en_HK
localedata/locales/en_IN
localedata/locales/en_PH
localedata/locales/gez_ER
localedata/locales/gez_ET
localedata/locales/gu_IN
localedata/locales/hi_IN
localedata/locales/hif_FJ
localedata/locales/hne_IN
localedata/locales/kn_IN
localedata/locales/kok_IN
localedata/locales/ks_IN
localedata/locales/ks_IN@devanagari
localedata/locales/mag_IN
localedata/locales/mai_IN
localedata/locales/mjw_IN
localedata/locales/ml_IN
localedata/locales/mni_IN
localedata/locales/mr_IN
localedata/locales/ms_MY
localedata/locales/mt_MT
localedata/locales/om_ET
localedata/locales/pa_IN
localedata/locales/raj_IN
localedata/locales/sa_IN
localedata/locales/sat_IN
localedata/locales/sd_IN
localedata/locales/sd_IN@devanagari
localedata/locales/sid_ET
localedata/locales/sk_SK
localedata/locales/so_DJ
localedata/locales/so_ET
localedata/locales/so_KE
localedata/locales/so_SO
localedata/locales/ta_IN
localedata/locales/ta_LK
localedata/locales/tcy_IN
localedata/locales/the_NP
localedata/locales/ti_ER
localedata/locales/ti_ET
localedata/locales/tig_ER
localedata/locales/to_TO
localedata/locales/ur_IN
localedata/locales/wal_ET
localedata/locales/zh_HK

index 2693fb2c720a5eb667b56053be31ef7fffa7ab14..63ceb48de69d4cad836328ea58a966190210527b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,135 @@
+2018-12-28  Rafal Luzynski  <digitalfreak@lingonborough.com>
+
+       [BZ #10496]
+       * localedata/locales/aa_DJ (t_fmt): Set to "%l:%M:%S %p".
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/aa_ER (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/aa_ER@saaho (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/aa_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/am_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/byn_ER (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/om_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/sid_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/so_DJ (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/so_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/so_SO (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/ti_ER (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/ti_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/tig_ER (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/wal_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+
+       * localedata/locales/anp_IN (t_fmt): Set to "%I:%M:%S %p %Z".
+       * localedata/locales/ar_IN (t_fmt): Likewise.
+       * localedata/locales/bhb_IN (t_fmt): Likewise.
+       * localedata/locales/bho_IN (t_fmt): Likewise.
+       * localedata/locales/bi_VU (t_fmt): Likewise.
+       * localedata/locales/bn_BD (t_fmt): Likewise.
+       * localedata/locales/bn_IN (t_fmt): Likewise.
+       * localedata/locales/brx_IN (t_fmt): Likewise.
+       * localedata/locales/doi_IN (t_fmt): Likewise.
+       * localedata/locales/en_HK (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/en_IN (t_fmt): Likewise.
+       * localedata/locales/en_PH (t_fmt): Likewise.
+       * localedata/locales/gu_IN (t_fmt): Likewise.
+       * localedata/locales/hi_IN (t_fmt): Likewise.
+       * localedata/locales/hif_FJ (t_fmt): Likewise.
+       * localedata/locales/hne_IN (t_fmt): Likewise.
+       * localedata/locales/kn_IN (t_fmt): Likewise.
+       * localedata/locales/kok_IN (t_fmt): Likewise.
+       * localedata/locales/ks_IN (t_fmt): Likewise.
+       * localedata/locales/ks_IN@devanagari (t_fmt): Likewise.
+       * localedata/locales/mag_IN (t_fmt): Likewise.
+       * localedata/locales/mai_IN (t_fmt): Likewise.
+       * localedata/locales/mjw_IN (t_fmt): Likewise.
+       * localedata/locales/ml_IN (t_fmt): Likewise.
+       * localedata/locales/mni_IN (t_fmt): Likewise.
+       * localedata/locales/mr_IN (t_fmt): Likewise.
+       * localedata/locales/ms_MY (t_fmt): Likewise.
+       * localedata/locales/pa_IN (t_fmt): Likewise.
+       * localedata/locales/raj_IN (t_fmt): Likewise.
+       * localedata/locales/sa_IN (t_fmt): Likewise.
+       * localedata/locales/sat_IN (t_fmt): Likewise.
+       * localedata/locales/sd_IN (t_fmt): Likewise.
+       * localedata/locales/sd_IN@devanagari (t_fmt): Likewise.
+       * localedata/locales/tcy_IN (t_fmt): Likewise.
+       * localedata/locales/the_NP (t_fmt): Likewise.
+       * localedata/locales/to_TO (t_fmt): Likewise.
+       * localedata/locales/ur_IN (t_fmt): Likewise.
+
+       * localedata/locales/hif_FJ (d_t_fmt): Set to
+       "%A %d %b %Y %I:%M:%S %p".
+       (date_fmt): Add, set to "%A %d %b %Y %I:%M:%S %p %Z".
+
+       * localedata/locales/ar_AE (t_fmt): Set to "%Z %I:%M:%S %p".
+       * localedata/locales/ar_BH (t_fmt): Likewise.
+       * localedata/locales/ar_DZ (t_fmt): Likewise.
+       * localedata/locales/ar_EG (t_fmt): Likewise.
+       * localedata/locales/ar_IQ (t_fmt): Likewise.
+       * localedata/locales/ar_JO (t_fmt): Likewise.
+       * localedata/locales/ar_KW (t_fmt): Likewise.
+       * localedata/locales/ar_LB (t_fmt): Likewise.
+       * localedata/locales/ar_LY (t_fmt): Likewise.
+       * localedata/locales/ar_OM (t_fmt): Likewise.
+       * localedata/locales/ar_QA (t_fmt): Likewise.
+       * localedata/locales/ar_SD (t_fmt): Likewise.
+       * localedata/locales/ar_SS (t_fmt): Likewise.
+       * localedata/locales/ar_SY (t_fmt): Likewise.
+       * localedata/locales/ar_TN (t_fmt): Likewise.
+       * localedata/locales/ar_YE (t_fmt): Likewise.
+
+       * localedata/locales/gez_ER (t_fmt): Set to "%l:%M:%S<U1361>%p".
+       (t_fmt_ampm): Likewise.
+       * localedata/locales/gez_ET (t_fmt): Likewise.
+       (t_fmt_ampm): Likewise.
+
+       * localedata/locales/ta_IN (t_fmt): Set to "%p %I:%M:%S %Z".
+       (t_fmt_ampm): Likewise.
+       (d_t_fmt): Set to "%A %d %B %Y %p %I:%M:%S %Z".
+
+       * localedata/locales/zh_HK (t_fmt):
+       Set to "%p %I<U6642>%M<U5206>%S<U79D2> %Z".
+
+       * localedata/locales/ar_MA (t_fmt_ampm): Set to "" (empty string)
+       because this locale does not use the 12-hour clock.
+       (t_fmt): Set to "%Z %H:%M:%S".
+       (d_t_fmt): Set to "%d %b, %Y %Z %H:%M:%S".
+
+       * localedata/locales/mt_MT (t_fmt_ampm): Set to "" (empty string)
+       because this locale does not use the 12-hour clock.
+       (t_fmt): Set to "%H:%M:%S %Z".
+       (d_t_fmt): Set to "%A, %d ta %b, %Y %H:%M:%S %Z".
+
+       * localedata/locales/so_KE (t_fmt_ampm): Set to "" (empty string)
+       because this locale does not use the 12-hour clock.
+       (t_fmt): Set to "%T".
+       (d_t_fmt): Set to "%A, %B %e, %Y %X %Z".
+       (date_fmt): Set to "%A, %B %e, %X %Z %Y".
+
+       * localedata/locales/ta_LK (t_fmt_ampm): Set to "" (empty string)
+       because this locale does not use the 12-hour clock.
+       (t_fmt): Set to "%H:%M:%S %Z".
+       (d_t_fmt): Set to "%A %d %B %Y %H:%M:%S %Z".
+
+       * localedata/locales/bg_BG (t_fmt_ampm): Set to "" (empty string)
+       because this locale does not use the 12-hour clock.
+       * localedata/locales/cs_CZ (t_fmt_ampm): Likewise.
+       * localedata/locales/sk_SK (t_fmt_ampm): Likewise.
+
 2018-12-28  Rafal Luzynski  <digitalfreak@lingonborough.com>
 
        [BZ #10496]
index fcb9af8abc562a70a4cc48011b116807eaf500b2..98e1505404d95fc9b7f2142873679b52dce655e9 100644 (file)
@@ -220,10 +220,10 @@ am_pm    "saaku";"carra"
 d_fmt   "%d.%m.%Y"
 %
 % Appropriate time representation (%X)
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 d_t_fmt    "%a %d %b %Y %r %Z"
index 1c6ce6b08107be861a2e16a7febe7af6fd929dbf..6d20ae907ba6d2dc02edcb4ed128cb0b3d5c37ae 100644 (file)
@@ -194,10 +194,10 @@ am_pm    "saaku";"carra"
 d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 d_t_fmt    "%A, %B %e, %Y %r %Z"
index ac1124ef48e197333a2af91563fab7f0c15f94a1..1a2b16676fb85f5380e123036d5db2c0901d9b71 100644 (file)
@@ -179,10 +179,10 @@ am_pm    "saaku";"carra"
 d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 d_t_fmt    "%A, %B %e, %Y %r %Z"
index 770820d58331eb9bc785b3df060458b2d62e4f0f..93fcdb7ff9fcafc3e4d0aced9d4d9215f99fa05d 100644 (file)
@@ -196,10 +196,10 @@ am_pm    "saaku";"carra"
 d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 d_t_fmt    "%A, %B %e, %Y %r %Z"
index e5fe88a4cd7d241b2ff7b2ac3b2e19443144930c..7846d6278c4d7756e215f5e6b4e96e5af4f2c076 100644 (file)
@@ -1039,10 +1039,10 @@ am_pm    "<U1321><U12CB><U1275>";/
 d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፣ %B %e ቀን %Y %r %Z
index b65c8732bd6865932e3ae1b0f5d40b9e937b7612..eb3f35a19c307534c530e61851e9c7a2918af584 100644 (file)
@@ -130,7 +130,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index be1caf4aab25055cf78f1a4687c28668d337ec52..3701909dd04a5c7826dc0a8f27b204b6154ea6b3 100644 (file)
@@ -133,7 +133,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index ff744dfc9dd41f6b3ea94fdec34624be55628b38..94a6f8b746e5a09f95d9950b85187e8404bcc22c 100644 (file)
@@ -137,7 +137,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 2b744fca28d6c845423ffb66c0cae633ef949bba..420076cf7263d9d583359c18048ec4fdd6ef36fa 100644 (file)
@@ -142,7 +142,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index c8cb3180bfb991b138f57b881dbeddbdc6081e85..2ec46b10d2ee2882707bdfd63951db74b0e27232 100644 (file)
@@ -140,7 +140,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 82fa3a6fff064c2992113e90d693bd85e183b1af..85116e5e9cf39327241b2e2e438d60a5e3665405 100644 (file)
@@ -106,7 +106,7 @@ d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 333871c4ad10c915eda08ee703ddfce7883af4d1..2483b0416755092b9ab038c3a91a50e42904a47c 100644 (file)
@@ -142,7 +142,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 748515e0bc522fce5ebcdf9506d3a4f024079f5f..5d532b4ac46b384bbc4c628b3b976b51508ba770 100644 (file)
@@ -154,7 +154,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 617df5df8991da4566b2ea2600a73d63ca00f793..bec97f3dadf2a60454bb03d27c2f0dc6c08dc0ae 100644 (file)
@@ -136,7 +136,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 85a38c2a27483e6de31576595772722d76051f90..0c1405b37ab9fce2104ba3e3507bb11ede9ebe13 100644 (file)
@@ -153,7 +153,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index bcf04f050346dad3cbd7bd4e8671cc0ef2e98b6a..c6bbee43bc1ba33570d69cdf02a65690a5e08daa 100644 (file)
@@ -136,7 +136,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 78e10ab415a1e68715608bf779615b6f76799b1d..88890f71e63ae507dfadbd3c90383847d5c1664a 100644 (file)
@@ -136,16 +136,16 @@ 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 %Z %H:%M:%S"
 %
 % Appropriate date representation
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %H:%M:%S"
 %
 % Appropriate 12 h time representation (%r)
-t_fmt_ampm  "%Z %I:%M:%S %p"
+t_fmt_ampm  ""
 week 7;19971130;1
 first_weekday 7
 first_workday 1
index 950f60c6806cecebb0eac8ea9910f76bf60d68a1..00fae2b94ea73c342d6b2aaef8da4bbff8d11768 100644 (file)
@@ -136,7 +136,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index f0f2e0cf19e4ad2fdb23949838c57b1526f0465d..cedfedcdf3408d5b187f348c36461f70428bf762 100644 (file)
@@ -136,7 +136,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index d5d89b1e6e390b3f71d0c4b3d2c86ecb379a2c7d..d8e9112d56e7ccce49e1c673bb26fa60dfdeddd1 100644 (file)
@@ -142,7 +142,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 24b859549dfb6221f5c7ee5d189a51d2e35b784f..cfd3ea45d0172414f3f17403bdb9cba410833227 100644 (file)
@@ -141,7 +141,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 996df663f535a695a51ee864715380bfe11c1745..b786f685c611ee5c9455925cef76fb3a5c26bf86 100644 (file)
@@ -153,7 +153,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index e0033f9e38ac4ae365d0b95a1dc6206364e61245..d4daf2c9e97e4c84f84fd682e8751ac9bf755381 100644 (file)
@@ -142,7 +142,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index ba4d9f95b08e711e0fbb9d9839034db68b4ace99..a0ad9ca130a836ac7725b61e86e83db03238f7a0 100644 (file)
@@ -136,7 +136,7 @@ d_t_fmt     "%d %b, %Y %Z %I:%M:%S %p"
 d_fmt       "%d %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%Z %I:%M:%S "
+t_fmt       "%Z %I:%M:%S %p"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%Z %I:%M:%S %p"
index 7a9cfa0a5d4607d0134f86eb524a3d489105b845..f2136cdb1639e89eb738a86e286eb02f36d38cf9 100644 (file)
@@ -276,7 +276,7 @@ d_t_fmt    "%x (%a) %X %Z"
 d_fmt      "%e.%m.%Y"
 t_fmt      "%k:%M:%S"
 am_pm      "";""
-t_fmt_ampm "%l:%M:%S"
+t_fmt_ampm ""
 %
 week 7;19971130;4
 first_weekday 2
index 42b95c68440ae2d9462a20dcdd4f302342f801fd..df723360c90249a5aebe09d05d77d7e6dbdcccf3 100644 (file)
@@ -111,7 +111,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index d96cc4a90224a53ea28e4be9ddbcd1cfb2436737..851e4b5ace4e826b30a8d61cb3a2bb8699676e31 100644 (file)
@@ -117,7 +117,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 88bf70a61b694ce0a00db4709b07a90df0a40536..15787b93f98e7388eecc58006fbdd4aae13be3bf 100644 (file)
@@ -102,7 +102,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%A %d %b %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S %Z"
+t_fmt       "%I:%M:%S %p %Z"
 % Equivalent of AM PM
 am_pm  "AM";"PM"
 %
index 73efd1cbc3ecb5cc306bd7aadb977793d5a044eb..214c805c839c97b222c7eb9b5a113f6a53d52a45 100644 (file)
@@ -137,7 +137,7 @@ mon         "<U099C><U09BE><U09A8><U09C1><U09AF><U09BC><U09BE><U09B0><U09C0>";/
 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_fmt       "%-d//%-m//%y"
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 t_fmt_ampm  "%I:%M:%S %p %Z"
 week 7;19971130;1
 first_weekday 6
index 72bbae68f79ecf79dccc91cd6ceb6e9bf3cc2db1..ad22b893d4e8381775c06c9af7cb8dbe89b130ae 100644 (file)
@@ -124,7 +124,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 7d253effcc17438c292e9e52ac54798369fb938c..db775705ca7bc175d942454dbf7fe49c5893df5e 100644 (file)
@@ -120,7 +120,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-m//%-d//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 53ed9597deb8466d8d5af9fe9b392c5a21851621..608378d205a5553298fffe256232cc7fedef19ee 100644 (file)
@@ -196,11 +196,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፡ %B %e ዮም %Y %r %Z
index 41fbd2be934604bdf2550de3d4588a0755c5c14d..f6b97313901d7d96b4e8de51c5320fc10e3b1988 100644 (file)
@@ -367,7 +367,7 @@ d_fmt               "%-d.%-m.%Y"
 
 t_fmt          "%H:%M:%S"
 
-t_fmt_ampm     "%I:%M:%S"
+t_fmt_ampm     ""
 
 am_pm          "";""
 
index 02dce6bbfea57af5c29ec5bf7c341830f48c7838..f6288679b0901edad747cb16987bc4f3eafcdb0c 100644 (file)
@@ -119,7 +119,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 2caf8dec56c5cbf9c0cbc887381d003436e075b2..547c0a10d6abfadb6490b7769e21e7223c718298 100644 (file)
@@ -127,10 +127,10 @@ d_t_fmt     "%A, %B %d, %Y %p%I:%M:%S %Z"
 d_fmt       "%A, %B %d, %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
-t_fmt_ampm  "%p%I:%M:%S %Z"
+t_fmt_ampm  "%I:%M:%S %p %Z"
 %
 week 7;19971130;1
 END LC_TIME
index 32cfe85b0c59fb89fd2811829b71415b2d7f7830..e932931f5d5c7768f406c296601cdd9e50c6f820 100644 (file)
@@ -108,7 +108,7 @@ d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
 d_fmt       "%d//%m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 074c9a5b22d4ebbe3db40c95d150950e49903ded..e73fce98ff9bf1141406bedaeeda5966dc9c9cbe 100644 (file)
@@ -130,7 +130,7 @@ d_t_fmt     "%A, %d %B, %Y %I:%M:%S %p %Z"
 d_fmt       "%A, %d %B, %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 351c8e9fc7ac3fc6c7e7bc129fb50478ae35f0da..261f9da0aabc1e0741f9992c6c39785df17e6927 100644 (file)
@@ -192,11 +192,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S<U1361>%p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X<U1361>%p"
+t_fmt_ampm "%l:%M:%S<U1361>%p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፥%B፡%e፡መዓልት፡%Y፡%r፡%Z"
index ae38783827df4632f01f14120052bc6b40f3563e..bc8e0d392eb611dd852892cd8db1c9602d3174c9 100644 (file)
@@ -193,11 +193,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S<U1361>%p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X<U1361>%p"
+t_fmt_ampm "%l:%M:%S<U1361>%p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፥%B፡%e፡መዓልት፡%Y፡%r፡%Z"
index cd7e23a4becc7d190726593024b184a6802461fc..e80d55161352fcbe32764f3d144b279b4c4d2619 100644 (file)
@@ -151,7 +151,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index a94365519fed2c2c5cf06b90459d3b8d19ec60e2..a7614fbaa6e613ec0f13cfc3119c113e014c1613 100644 (file)
@@ -167,7 +167,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 5433bb4a2a54636e8f9d0b0527a1f04628179d06..4d61d1d6222d6ee6969f91e5afce30841ab824fd 100644 (file)
@@ -96,13 +96,16 @@ mon     "January";/
 am_pm   "Purvahan";"Aparaahna"
 %
 % Appropriate date and time representation
-d_t_fmt "%A %d %b %Y %I:%M:%S %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"
 %
 % Appropriate time representation
-t_fmt   "%I:%M:%S %Z"
+t_fmt   "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 3de008e001eea9f30c8d440dc0bd70ae64cd4afe..61fc7fa2c3a9e277cd54f7849f860d5449de33f7 100644 (file)
@@ -117,7 +117,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index b6443d12c8cacb62ecd78d34c9398c6b80872920..4b3b5cff75485a59edf03d78d822e7310b4ed855 100644 (file)
@@ -154,7 +154,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 5eed1af0e39220cb8c9c0c47e1d15a92820a18f7..ed0090ae768ec222d55639873f02649b03187f12 100644 (file)
@@ -117,7 +117,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d-%-m-%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 9ab870792286341838e4d25c5dfd018414a8b967..4ab05a79dc7298b89fab44249e0de0d7f0ec02cb 100644 (file)
@@ -127,7 +127,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-m//%-d//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 72841eb6c2ae6b19a43442a0f709bfbecbb876f7..3273affedd3945874e35bbfda0f44214259c741b 100644 (file)
@@ -119,7 +119,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-m//%-d//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 93282a98784fd32f6d751d44b871838be97c1959..09c169bd1c28619011f628bb0f8cc5c5085c4da5 100644 (file)
@@ -118,7 +118,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index a8fdc86ebc2b41d2dfe545fad0c6f45aace966df..50ba5aa4348c960b36620df2a0a18d2c9fbdad78 100644 (file)
@@ -120,7 +120,7 @@ d_t_fmt "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt   "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt   "%I:%M:%S  %Z"
+t_fmt   "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index cc573cf8c19f43d8bdca7437babd2d1e5ca1c286..5c7629f704f8eff1f9f8ad5b2527eb837f84327c 100644 (file)
@@ -92,7 +92,7 @@ d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
 d_fmt        "%-d//%-m//%y"
 
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index d7a8f43f1e5474cbb618db255c1c5c01b21d3ccb..2857a9755495c9ff085d855a09ff4f3f34530415 100644 (file)
@@ -298,7 +298,7 @@ d_t_fmt     "%A %d %B %Y %I:%M:%S %p %Z"
 d_fmt     "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt     "%I:%M:%S  %Z"
+t_fmt     "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm     "%I:%M:%S %p %Z"
index 256c8db8324c38ef235c7647ea1b2f4253e19057..831eff0910547fa67bac1628b04e91ac79d02275 100644 (file)
@@ -119,7 +119,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 0ad08f7b3bd83ce497db3e8aca078e76a24ed020..fc75268a3323f474685ce0c6778bbe139953f83c 100644 (file)
@@ -194,7 +194,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 66b5dd98e99e5da34ce10b89fb897217efb6b0c5..275cfbcf2736b16b964a40839f49e113b57920a1 100644 (file)
@@ -138,7 +138,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%A %d %b %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index a6ab7b1dadb009b1e7921cd121a1ce03865d3c09..b56b6baab4062fb9be92738c9a20bf23c89fa26c 100644 (file)
@@ -212,16 +212,16 @@ mon         "Jannar";/
 am_pm       "";""
 %
 % Appropriate date and time representation
-d_t_fmt     "%A, %d ta %b, %Y %I:%M:%S %p %Z"
+d_t_fmt     "%A, %d ta %b, %Y %H:%M:%S %Z"
 %
 % Appropriate date representation
 d_fmt       "%A, %d ta %b, %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%H:%M:%S %Z"
 %
 % Appropriate 12 h time representation (%r)
-t_fmt_ampm  "%I:%M:%S %p %Z"
+t_fmt_ampm  ""
 week 7;19971130;1
 END LC_TIME
 
index dcef30e385f33e78210ed60ecb2403862d0a36a2..881b43fb1769970fe610dcaf28da9c91ba7d67c7 100644 (file)
@@ -208,10 +208,10 @@ am_pm    "WD";"WB"
 d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 d_t_fmt    "%A, %B %e, %Y %r %Z"
index ca28f21162df9bdaa0cc6610b5a027fbd13ed6c3..a1ef516251ecf4a236441cf42af88afcf60d6df1 100644 (file)
@@ -146,7 +146,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index e4d30b7d6f56436580a1fe87dbabd463b6117d30..9dd10267c28647809f9a313e5718801789cdab97 100644 (file)
@@ -129,7 +129,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 4eaf6fe1fe34598069b9780c589e667330b273ef..362294af5a3a12c530be2c0a41cb42b0c1588284 100644 (file)
@@ -155,7 +155,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d-%m-%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index d7b92f69b329c54ce05620b4bbe526155ab3915a..f73d4ac121a3bb1e829886df97722051d40f32fa 100644 (file)
@@ -119,7 +119,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index e5ab80b062ccf03b78d222921d265366ca853372..08a9ba1071b9718eaf2ac367dd6d0d9d5793a9cb 100644 (file)
@@ -127,7 +127,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index d57cea639b36af3847c8796be5269f1f4e3ea1ac..509845132ec191cd41bd9425a2db1fbc6c490e70 100644 (file)
@@ -124,7 +124,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index ce67a7ad545421205c0e700d1a9a2cd634d4117d..fd564453af9c56a19b4adba51c45ffb4ddaf5f7a 100644 (file)
@@ -202,11 +202,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %
index 94e6e12bb243bf9cc551671d721dd9a39bf48f97..b923741cbe0a032df29d20405cd5dbe256695928 100644 (file)
@@ -172,7 +172,7 @@ d_fmt               "%d.%m.%Y"
 
 t_fmt          "%H:%M:%S"
 
-t_fmt_ampm     "%I:%M:%S"
+t_fmt_ampm     ""
 
 am_pm          "";""
 
index 3fd5cc030d1d95912863ebffcf8cc3e69c6fa6de..a21297731e15ef777fddde06a577877f7ee3c49f 100644 (file)
@@ -202,11 +202,11 @@ d_fmt   "%d.%m.%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %
index 4da4f15726a46161c805168afece6c62e3a0d88b..2f8fe420ccce119f0d3977a0e2cc90ef99a37bbb 100644 (file)
@@ -199,11 +199,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %
index d434f37cbe71961b74616105f33d59c7dc4bb3a7..18ef57adbeac93f69b4e3c80fa20f98529d6bad6 100644 (file)
@@ -199,19 +199,19 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%T"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm ""
 %
 % Appropriate date and time representation (%c)
 %
-d_t_fmt    "%A, %B %e, %Y %r %Z"
+d_t_fmt    "%A, %B %e, %Y %X %Z"
 %
 % Appropriate date representation (date(1))
 %
-date_fmt    "%A, %B %e, %r %Z %Y"
+date_fmt    "%A, %B %e, %X %Z %Y"
 %
 week 7;19971130;1
 END LC_TIME
index 713bf79608a16975cb5d52df8d6a55ddc12ade4a..b0a935ee713f1ca6f14aa86a40139d1a8dffab0c 100644 (file)
@@ -247,11 +247,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %
index 5a083d2658944abc2bbe575f1b2721ff60ef78ee..5e40629ff1f646b2d324cb8e653d92a5f2c9d754 100644 (file)
@@ -127,16 +127,16 @@ 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 %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %B %Y %p %I:%M:%S %Z"
 %
 % Appropriate date representation
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%p %I:%M:%S %Z"
 %
 % Appropriate 12 h time representation (%r)
-t_fmt_ampm  "%I:%M:%S %p %Z"
+t_fmt_ampm  "%p %I:%M:%S %Z"
 %
 week 7;19971130;1
 END LC_TIME
index c843f892ce373ced98cb792ffadb62a6aebf77ed..ca5c1165c243fa843cd26d3eee2133329ccce43c 100644 (file)
@@ -85,10 +85,10 @@ 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 %I:%M:%S %p %Z"
+d_t_fmt     "%A %d %B %Y %H:%M:%S %Z"
 d_fmt       "%-d//%-m//%y"
-t_fmt       "%I:%M:%S  %Z"
-t_fmt_ampm  "%I:%M:%S %p %Z"
+t_fmt       "%H:%M:%S %Z"
+t_fmt_ampm  ""
 
 week 7;19971130;1
 first_weekday 2
index ba93d673c8f49f70113537f4e669b7ba47fea025..a356801352b884673f793b71193d448b976146a5 100644 (file)
@@ -130,7 +130,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 993e62fbfc5cea64371ddf0d38134241b81d301b..037ffa97f58e473143ef71dbcd038be147d498cf 100644 (file)
@@ -121,7 +121,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%A %d %b %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 77b9666c5e363ab0a382a0a08775379a1e4029dd..890bbb6d3cd1ed270dfbf598bc5d4e67e08087d1 100644 (file)
@@ -239,11 +239,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፡ %B %e መዓልቲ %Y %r %Z
index 6c387604e91c9b741a8af7c91c4250d12042e2e8..e7c8ec362b9af072d2766d1f82b8bd7b793e156c 100644 (file)
@@ -1040,11 +1040,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፣ %B %e መዓልቲ %Y %r %Z
index d6afaf147d6beac65123f80d1e8e9606410dbee4..403a919580eda709464132f2d19e326c80309d39 100644 (file)
@@ -196,11 +196,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፡ %B %e ዮም %Y %r %Z
index 7abe8685df8488cf2d2cb55de8485e1b176aaaeb..afffb619ca7b16a91a4a5500293593dd63e48af0 100644 (file)
@@ -91,7 +91,6 @@ abday  "S<U0101>p";/
        "Fal";/
        "Tok"
 % Equivalent of AM PM
-% hengihengi, efiafi
 am_pm  "hengihengi";"efiafi"
 
 %
@@ -102,10 +101,9 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%A %d %b %Y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
-% %I:%M:%S %p %Z
 t_fmt_ampm "%I:%M:%S %p %Z"
 END LC_TIME
 %
index 062cbf09372792cb03c72603bdf8a71855a605b0..26a9142bb56b48f83f985cdbba8faac594af6bb2 100644 (file)
@@ -127,7 +127,7 @@ d_t_fmt     "%A %d %b %Y %I:%M:%S %p %Z"
 d_fmt       "%-d//%-m//%y"
 %
 % Appropriate time representation
-t_fmt       "%I:%M:%S  %Z"
+t_fmt       "%I:%M:%S %p %Z"
 %
 % Appropriate 12 h time representation (%r)
 t_fmt_ampm  "%I:%M:%S %p %Z"
index 4811bd8eaf61e2f964049675fc71cab73aa0342d..65b8e5f5bef33a304dadf3c5d47d6c22873dd081 100644 (file)
@@ -206,11 +206,11 @@ d_fmt   "%d//%m//%Y"
 %
 % Appropriate time representation (%X)
 %
-t_fmt "%l:%M:%S"
+t_fmt "%l:%M:%S %p"
 %
 % Appropriate AM/PM time representation (%r)
 %
-t_fmt_ampm "%X %p"
+t_fmt_ampm "%l:%M:%S %p"
 %
 % Appropriate date and time representation (%c)
 %      "%A፣ %B %e ጋላሳ  %Y %r %Z
index c130878f3d6e0ace6867f167336b53e2bd14174a..5085c69c395c98051b08374a196e1c0d12ee301f 100644 (file)
@@ -133,8 +133,8 @@ d_t_fmt     "%Y<U5E74>%m<U6708>%d<U65E5> %A %H:%M:%S"
 d_fmt       "%Y<U5E74>%m<U6708>%d<U65E5> %A"
 %
 % Appropriate time representation
-% %I時%M分%S秒 %Z
-t_fmt       "%I<U6642>%M<U5206>%S<U79D2> %Z"
+% %p %I時%M分%S秒 %Z
+t_fmt       "%p %I<U6642>%M<U5206>%S<U79D2> %Z"
 %
 % Appropriate 12 h time representation (%r)
 % Update by Roger So <roger.so@sw-linux.com>