diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 19:19:57 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-21 19:19:57 +0000 |
| commit | 2bd3c6a70da4169d72f03cda9cbf2fcd6f138587 (patch) | |
| tree | 1add8a9e7b5283055a6f5dad76f9674ff1d08574 /gnu | |
| parent | eee43daea79e49622b5b67960745358d1285b144 (diff) | |
Notes
Diffstat (limited to 'gnu')
| -rw-r--r-- | gnu/usr.bin/tar/list.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/usr.bin/tar/list.c b/gnu/usr.bin/tar/list.c index 911170be7877b..bfcb3bb07d79c 100644 --- a/gnu/usr.bin/tar/list.c +++ b/gnu/usr.bin/tar/list.c @@ -650,7 +650,7 @@ print_header () d_first = (*nl_langinfo(D_MD_ORDER) == 'd'); longie = hstat.st_mtime; strftime(timestamp, sizeof(timestamp), - d_first ? "%e %b %H:%M %Y" : "%b %e %H:%M %Y", + d_first ? "%e %b %R %Y" : "%b %e %R %Y", localtime(&longie)); /* User and group names */ |
