From e81765cbbca63a011e6ea581aa77947598c29538 Mon Sep 17 00:00:00 2001 From: "Andrey A. Chernov" Date: Wed, 21 Mar 2001 13:55:09 +0000 Subject: Replace %y with %Y --- lib/libc/stdtime/timelocal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc') 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) -- cgit v1.3