From 0a943ba92b8f759e2a8b70bde936bb1e2605eb75 Mon Sep 17 00:00:00 2001 From: ache Date: Wed, 21 Mar 2001 14:12:37 +0000 Subject: [PATCH] Oops, back out prev. change - POSIX require %y in d_fmt Cosmetique - use exact POSIX string for %c --- lib/libc/stdtime/timelocal.c | 8 ++++---- 1 file 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