diff options
author | ache <ache@FreeBSD.org> | 1995-08-06 11:50:26 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1995-08-06 11:50:26 +0000 |
commit | a1f95a2e081aa2a3945d65077c7da60875963a31 (patch) | |
tree | dac0d2ac409449e0b4c20c1c979c9925ed9d541a /share/timedef | |
parent | 36df651f43d9efbfb892c430c378aef94056dac5 (diff) | |
download | FreeBSD-src-a1f95a2e081aa2a3945d65077c7da60875963a31.zip FreeBSD-src-a1f95a2e081aa2a3945d65077c7da60875963a31.tar.gz |
Fix %c to be ctime-compatible
Diffstat (limited to 'share/timedef')
-rw-r--r-- | share/timedef/data/ru_SU.KOI8-R | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/share/timedef/data/ru_SU.KOI8-R b/share/timedef/data/ru_SU.KOI8-R index e7a869f..53193ee 100644 --- a/share/timedef/data/ru_SU.KOI8-R +++ b/share/timedef/data/ru_SU.KOI8-R @@ -59,9 +59,9 @@ # %d.%m.%y # -# c_fmt +# c_fmt (ctime) # -%x %X +%a %e %b %X %Y # # am # @@ -73,4 +73,4 @@ # # date_fmt # -%a %e %b %H:%M:%S %Z %Y +%a %e %b %X %Z %Y |