summaryrefslogtreecommitdiffstats
path: root/lib/libc/stdtime
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-21 13:55:09 +0000
committerache <ache@FreeBSD.org>2001-03-21 13:55:09 +0000
commitd53420a15931c30ca1d50bdab8b3cf26f0870432 (patch)
treeebd32ba6b01affc543ad3659a7cd5a6e29e21e56 /lib/libc/stdtime
parentf55dab1d8bb8e25bc088699c76887b07362b4335 (diff)
downloadFreeBSD-src-d53420a15931c30ca1d50bdab8b3cf26f0870432.zip
FreeBSD-src-d53420a15931c30ca1d50bdab8b3cf26f0870432.tar.gz
Replace %y with %Y
Diffstat (limited to 'lib/libc/stdtime')
-rw-r--r--lib/libc/stdtime/timelocal.c2
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)
OpenPOWER on IntegriCloud