diff options
Diffstat (limited to 'lib/libc/stdtime/timelocal.c')
-rw-r--r-- | lib/libc/stdtime/timelocal.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/timelocal.c b/lib/libc/stdtime/timelocal.c index 8a0e62c..551ea53 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) |