diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 14:12:37 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 14:12:37 +0000 |
commit | 50b4c62c47f402ef1011ebd1ccd3bddfd34bc0a0 (patch) | |
tree | 8229f64da35b1813b24c1c932118754fc9d184f8 | |
parent | 50aac86c8a29e732e659c6c1501002ec419d7aaf (diff) |
Notes
-rw-r--r-- | lib/libc/stdtime/timelocal.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index 551ea5373b18..d519b1b6c23b 100644 --- a/lib/libc/stdtime/timelocal.c +++ b/lib/libc/stdtime/timelocal.c @@ -63,12 +63,12 @@ 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) + ** c_fmt */ - "%a %b %e %T %Y", + "%a %b %e %H:%M:%S %Y", /* am */ "AM", @@ -77,7 +77,7 @@ static const struct lc_time_T _C_time_locale = { "PM", /* date_fmt */ - "%a %b %e %X %Z %Y", + "%a %b %e %H:%M:%S %Z %Y", /* alt_month ** Standalone months forms for %OB |