diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 13:55:09 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 13:55:09 +0000 |
| commit | e81765cbbca63a011e6ea581aa77947598c29538 (patch) | |
| tree | 21a9d2d7bee576e657615d0738146c3d05a4e896 /lib/libc/stdtime | |
| parent | b01e74b72efb5f1ef305d8a6161b52b956ba046b (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime')
| -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 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) |
