diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 13:55:09 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 13:55:09 +0000 |
| commit | e81765cbbca63a011e6ea581aa77947598c29538 (patch) | |
| tree | 21a9d2d7bee576e657615d0738146c3d05a4e896 | |
| parent | b01e74b72efb5f1ef305d8a6161b52b956ba046b (diff) | |
Notes
50 files changed, 50 insertions, 50 deletions
diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index 8a0e62c7eb71..551ea5373b18 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -63,7 +63,7 @@ static const struct lc_time_T _C_time_locale = { ** Using just numbers (as here) makes Quakers happier; ** it's also compatible with SVR4. */ - "%m/%d/%y", + "%m/%d/%Y", /* ** c_fmt (ctime-compatible) diff --git a/share/timedef/cs_CZ.ISO8859-2.src b/share/timedef/cs_CZ.ISO8859-2.src index 2c6e1b576238..18d40cafbd4c 100644 --- a/share/timedef/cs_CZ.ISO8859-2.src +++ b/share/timedef/cs_CZ.ISO8859-2.src @@ -62,7 +62,7 @@ sobota # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/cs_CZ.ISO_8859-2.src b/share/timedef/cs_CZ.ISO_8859-2.src index 2c6e1b576238..18d40cafbd4c 100644 --- a/share/timedef/cs_CZ.ISO_8859-2.src +++ b/share/timedef/cs_CZ.ISO_8859-2.src @@ -62,7 +62,7 @@ sobota # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/da_DK.ISO8859-1.src b/share/timedef/da_DK.ISO8859-1.src index fe06bb6822dc..834a797a34d1 100644 --- a/share/timedef/da_DK.ISO8859-1.src +++ b/share/timedef/da_DK.ISO8859-1.src @@ -59,7 +59,7 @@ Lřrdag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/da_DK.ISO_8859-1.src b/share/timedef/da_DK.ISO_8859-1.src index fe06bb6822dc..834a797a34d1 100644 --- a/share/timedef/da_DK.ISO_8859-1.src +++ b/share/timedef/da_DK.ISO_8859-1.src @@ -59,7 +59,7 @@ Lřrdag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/de_AT.ISO8859-1.src b/share/timedef/de_AT.ISO8859-1.src index 82d6fb1cfc56..0b99bb734af1 100644 --- a/share/timedef/de_AT.ISO8859-1.src +++ b/share/timedef/de_AT.ISO8859-1.src @@ -59,7 +59,7 @@ Samstag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/de_AT.ISO_8859-1.src b/share/timedef/de_AT.ISO_8859-1.src index 82d6fb1cfc56..0b99bb734af1 100644 --- a/share/timedef/de_AT.ISO_8859-1.src +++ b/share/timedef/de_AT.ISO_8859-1.src @@ -59,7 +59,7 @@ Samstag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/de_DE.ISO8859-1.src b/share/timedef/de_DE.ISO8859-1.src index de39b49ffc78..74527df14a33 100644 --- a/share/timedef/de_DE.ISO8859-1.src +++ b/share/timedef/de_DE.ISO8859-1.src @@ -59,7 +59,7 @@ Samstag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/de_DE.ISO_8859-1.src b/share/timedef/de_DE.ISO_8859-1.src index de39b49ffc78..74527df14a33 100644 --- a/share/timedef/de_DE.ISO_8859-1.src +++ b/share/timedef/de_DE.ISO_8859-1.src @@ -59,7 +59,7 @@ Samstag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/el_GR.ISO8859-7.src b/share/timedef/el_GR.ISO8859-7.src index 7890d4f4b155..c47733a90dd9 100644 --- a/share/timedef/el_GR.ISO8859-7.src +++ b/share/timedef/el_GR.ISO8859-7.src @@ -59,7 +59,7 @@ # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/el_GR.ISO_8859-7.src b/share/timedef/el_GR.ISO_8859-7.src index 7890d4f4b155..c47733a90dd9 100644 --- a/share/timedef/el_GR.ISO_8859-7.src +++ b/share/timedef/el_GR.ISO_8859-7.src @@ -59,7 +59,7 @@ # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/en_GB.ISO8859-1.src b/share/timedef/en_GB.ISO8859-1.src index 11248508323c..8c10578cdcba 100644 --- a/share/timedef/en_GB.ISO8859-1.src +++ b/share/timedef/en_GB.ISO8859-1.src @@ -59,7 +59,7 @@ Saturday # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/en_GB.ISO_8859-1.src b/share/timedef/en_GB.ISO_8859-1.src index 11248508323c..8c10578cdcba 100644 --- a/share/timedef/en_GB.ISO_8859-1.src +++ b/share/timedef/en_GB.ISO_8859-1.src @@ -59,7 +59,7 @@ Saturday # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/en_US.ISO8859-1.src b/share/timedef/en_US.ISO8859-1.src index 8bb7226f2eef..7fee051b5fcd 100644 --- a/share/timedef/en_US.ISO8859-1.src +++ b/share/timedef/en_US.ISO8859-1.src @@ -59,7 +59,7 @@ Saturday # # x_fmt # -%m/%d/%y +%m/%d/%Y # # c_fmt # diff --git a/share/timedef/en_US.ISO_8859-1.src b/share/timedef/en_US.ISO_8859-1.src index 8bb7226f2eef..7fee051b5fcd 100644 --- a/share/timedef/en_US.ISO_8859-1.src +++ b/share/timedef/en_US.ISO_8859-1.src @@ -59,7 +59,7 @@ Saturday # # x_fmt # -%m/%d/%y +%m/%d/%Y # # c_fmt # diff --git a/share/timedef/es_ES.ISO8859-1.src b/share/timedef/es_ES.ISO8859-1.src index 2c2fddc5dfa5..78d2cb848838 100644 --- a/share/timedef/es_ES.ISO8859-1.src +++ b/share/timedef/es_ES.ISO8859-1.src @@ -59,7 +59,7 @@ sábado # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/es_ES.ISO_8859-1.src b/share/timedef/es_ES.ISO_8859-1.src index 2c2fddc5dfa5..78d2cb848838 100644 --- a/share/timedef/es_ES.ISO_8859-1.src +++ b/share/timedef/es_ES.ISO_8859-1.src @@ -59,7 +59,7 @@ sábado # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/fi_FI.ISO8859-1.src b/share/timedef/fi_FI.ISO8859-1.src index 0dfc74a0cf35..bdf723694ce4 100644 --- a/share/timedef/fi_FI.ISO8859-1.src +++ b/share/timedef/fi_FI.ISO8859-1.src @@ -58,7 +58,7 @@ Lauantai # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/fi_FI.ISO_8859-1.src b/share/timedef/fi_FI.ISO_8859-1.src index 0dfc74a0cf35..bdf723694ce4 100644 --- a/share/timedef/fi_FI.ISO_8859-1.src +++ b/share/timedef/fi_FI.ISO_8859-1.src @@ -58,7 +58,7 @@ Lauantai # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/fr_FR.ISO8859-1.src b/share/timedef/fr_FR.ISO8859-1.src index 1a5142ed3181..5a999c04fbf0 100644 --- a/share/timedef/fr_FR.ISO8859-1.src +++ b/share/timedef/fr_FR.ISO8859-1.src @@ -59,7 +59,7 @@ Samedi # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/fr_FR.ISO_8859-1.src b/share/timedef/fr_FR.ISO_8859-1.src index 1a5142ed3181..5a999c04fbf0 100644 --- a/share/timedef/fr_FR.ISO_8859-1.src +++ b/share/timedef/fr_FR.ISO_8859-1.src @@ -59,7 +59,7 @@ Samedi # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/hr_HR.ISO8859-2.src b/share/timedef/hr_HR.ISO8859-2.src index c5868ae62a0e..1432362a3228 100644 --- a/share/timedef/hr_HR.ISO8859-2.src +++ b/share/timedef/hr_HR.ISO8859-2.src @@ -59,7 +59,7 @@ Subota # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/hr_HR.ISO_8859-2.src b/share/timedef/hr_HR.ISO_8859-2.src index c5868ae62a0e..1432362a3228 100644 --- a/share/timedef/hr_HR.ISO_8859-2.src +++ b/share/timedef/hr_HR.ISO_8859-2.src @@ -59,7 +59,7 @@ Subota # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/is_IS.ISO8859-1.src b/share/timedef/is_IS.ISO8859-1.src index e64a6e58b5e1..9da9efcd66b6 100644 --- a/share/timedef/is_IS.ISO8859-1.src +++ b/share/timedef/is_IS.ISO8859-1.src @@ -59,7 +59,7 @@ laugardagur # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/is_IS.ISO_8859-1.src b/share/timedef/is_IS.ISO_8859-1.src index e64a6e58b5e1..9da9efcd66b6 100644 --- a/share/timedef/is_IS.ISO_8859-1.src +++ b/share/timedef/is_IS.ISO_8859-1.src @@ -59,7 +59,7 @@ laugardagur # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/it_IT.ISO8859-1.src b/share/timedef/it_IT.ISO8859-1.src index cf11be357204..c1f67b490dcf 100644 --- a/share/timedef/it_IT.ISO8859-1.src +++ b/share/timedef/it_IT.ISO8859-1.src @@ -59,7 +59,7 @@ Sabato # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/it_IT.ISO_8859-1.src b/share/timedef/it_IT.ISO_8859-1.src index cf11be357204..c1f67b490dcf 100644 --- a/share/timedef/it_IT.ISO_8859-1.src +++ b/share/timedef/it_IT.ISO_8859-1.src @@ -59,7 +59,7 @@ Sabato # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/ja_JP.EUC.src b/share/timedef/ja_JP.EUC.src index 6df0c7fc4233..0d2ccc3b865a 100644 --- a/share/timedef/ja_JP.EUC.src +++ b/share/timedef/ja_JP.EUC.src @@ -61,7 +61,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/ja_JP.SJIS.src b/share/timedef/ja_JP.SJIS.src index 553798bb8f1f..5659dad549a2 100644 --- a/share/timedef/ja_JP.SJIS.src +++ b/share/timedef/ja_JP.SJIS.src @@ -61,7 +61,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/ja_JP.eucJP.src b/share/timedef/ja_JP.eucJP.src index 6df0c7fc4233..0d2ccc3b865a 100644 --- a/share/timedef/ja_JP.eucJP.src +++ b/share/timedef/ja_JP.eucJP.src @@ -61,7 +61,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/ko_KR.EUC.src b/share/timedef/ko_KR.EUC.src index 2f3f5906b29f..6477ce0c8b82 100644 --- a/share/timedef/ko_KR.EUC.src +++ b/share/timedef/ko_KR.EUC.src @@ -64,7 +64,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/ko_KR.eucKR.src b/share/timedef/ko_KR.eucKR.src index 2f3f5906b29f..6477ce0c8b82 100644 --- a/share/timedef/ko_KR.eucKR.src +++ b/share/timedef/ko_KR.eucKR.src @@ -64,7 +64,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/la_LN.ISO8859-1.src b/share/timedef/la_LN.ISO8859-1.src index bccca8ed6f48..30038445e118 100644 --- a/share/timedef/la_LN.ISO8859-1.src +++ b/share/timedef/la_LN.ISO8859-1.src @@ -61,7 +61,7 @@ dies Saturni # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/la_LN.ISO_8859-1.src b/share/timedef/la_LN.ISO_8859-1.src index bccca8ed6f48..30038445e118 100644 --- a/share/timedef/la_LN.ISO_8859-1.src +++ b/share/timedef/la_LN.ISO_8859-1.src @@ -61,7 +61,7 @@ dies Saturni # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/no_NO.ISO8859-1.src b/share/timedef/no_NO.ISO8859-1.src index bf944caf554e..464e11fdf89f 100644 --- a/share/timedef/no_NO.ISO8859-1.src +++ b/share/timedef/no_NO.ISO8859-1.src @@ -59,7 +59,7 @@ lřrdag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/no_NO.ISO_8859-1.src b/share/timedef/no_NO.ISO_8859-1.src index bf944caf554e..464e11fdf89f 100644 --- a/share/timedef/no_NO.ISO_8859-1.src +++ b/share/timedef/no_NO.ISO_8859-1.src @@ -59,7 +59,7 @@ lřrdag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/pl_PL.ISO8859-2.src b/share/timedef/pl_PL.ISO8859-2.src index 06f05e0890b0..2631e6d11b33 100644 --- a/share/timedef/pl_PL.ISO8859-2.src +++ b/share/timedef/pl_PL.ISO8859-2.src @@ -56,7 +56,7 @@ Sobota # # x_fmt # -%y.%m.%d +%Y.%m.%d # # c_fmt # diff --git a/share/timedef/pl_PL.ISO_8859-2.src b/share/timedef/pl_PL.ISO_8859-2.src index 06f05e0890b0..2631e6d11b33 100644 --- a/share/timedef/pl_PL.ISO_8859-2.src +++ b/share/timedef/pl_PL.ISO_8859-2.src @@ -56,7 +56,7 @@ Sobota # # x_fmt # -%y.%m.%d +%Y.%m.%d # # c_fmt # diff --git a/share/timedef/pt_PT.ISO8859-1.src b/share/timedef/pt_PT.ISO8859-1.src index 3537614697ef..bc309b5a6a02 100644 --- a/share/timedef/pt_PT.ISO8859-1.src +++ b/share/timedef/pt_PT.ISO8859-1.src @@ -60,7 +60,7 @@ Sábado # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/pt_PT.ISO_8859-1.src b/share/timedef/pt_PT.ISO_8859-1.src index 3537614697ef..bc309b5a6a02 100644 --- a/share/timedef/pt_PT.ISO_8859-1.src +++ b/share/timedef/pt_PT.ISO_8859-1.src @@ -60,7 +60,7 @@ Sábado # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/sl_SI.ISO8859-2.src b/share/timedef/sl_SI.ISO8859-2.src index a9b42d8ed6ec..266238fc36dc 100644 --- a/share/timedef/sl_SI.ISO8859-2.src +++ b/share/timedef/sl_SI.ISO8859-2.src @@ -59,7 +59,7 @@ Sobota # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/sl_SI.ISO_8859-2.src b/share/timedef/sl_SI.ISO_8859-2.src index a9b42d8ed6ec..266238fc36dc 100644 --- a/share/timedef/sl_SI.ISO_8859-2.src +++ b/share/timedef/sl_SI.ISO_8859-2.src @@ -59,7 +59,7 @@ Sobota # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/sv_SE.ISO8859-1.src b/share/timedef/sv_SE.ISO8859-1.src index cd3742b0b7b0..0b181f186b11 100644 --- a/share/timedef/sv_SE.ISO8859-1.src +++ b/share/timedef/sv_SE.ISO8859-1.src @@ -58,7 +58,7 @@ Lördag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/sv_SE.ISO_8859-1.src b/share/timedef/sv_SE.ISO_8859-1.src index cd3742b0b7b0..0b181f186b11 100644 --- a/share/timedef/sv_SE.ISO_8859-1.src +++ b/share/timedef/sv_SE.ISO_8859-1.src @@ -58,7 +58,7 @@ Lördag # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/tr_TR.ISO8859-9.src b/share/timedef/tr_TR.ISO8859-9.src index d6681373e061..7a32eb80ef09 100644 --- a/share/timedef/tr_TR.ISO8859-9.src +++ b/share/timedef/tr_TR.ISO8859-9.src @@ -61,7 +61,7 @@ Cumartesi # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/tr_TR.ISO_8859-9.src b/share/timedef/tr_TR.ISO_8859-9.src index d6681373e061..7a32eb80ef09 100644 --- a/share/timedef/tr_TR.ISO_8859-9.src +++ b/share/timedef/tr_TR.ISO_8859-9.src @@ -61,7 +61,7 @@ Cumartesi # # x_fmt # -%d/%m/%y +%d/%m/%Y # # c_fmt # diff --git a/share/timedef/uk_UA.KOI8-U.src b/share/timedef/uk_UA.KOI8-U.src index 3cd6e7b70f14..f769aece148d 100644 --- a/share/timedef/uk_UA.KOI8-U.src +++ b/share/timedef/uk_UA.KOI8-U.src @@ -59,7 +59,7 @@ # # x_fmt # -%d.%m.%y +%d.%m.%Y # # c_fmt # diff --git a/share/timedef/zh_CN.EUC.src b/share/timedef/zh_CN.EUC.src index 43e993918a5c..3aef210f292c 100644 --- a/share/timedef/zh_CN.EUC.src +++ b/share/timedef/zh_CN.EUC.src @@ -59,7 +59,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/zh_CN.eucCN.src b/share/timedef/zh_CN.eucCN.src index 43e993918a5c..3aef210f292c 100644 --- a/share/timedef/zh_CN.eucCN.src +++ b/share/timedef/zh_CN.eucCN.src @@ -59,7 +59,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # diff --git a/share/timedef/zh_TW.Big5.src b/share/timedef/zh_TW.Big5.src index d74a1a2c0c9b..576ee497c544 100644 --- a/share/timedef/zh_TW.Big5.src +++ b/share/timedef/zh_TW.Big5.src @@ -59,7 +59,7 @@ # # x_fmt # -%y/%m/%d +%Y/%m/%d # # c_fmt # |
