aboutsummaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2001-03-21 19:19:57 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2001-03-21 19:19:57 +0000
commit2bd3c6a70da4169d72f03cda9cbf2fcd6f138587 (patch)
tree1add8a9e7b5283055a6f5dad76f9674ff1d08574 /gnu
parenteee43daea79e49622b5b67960745358d1285b144 (diff)
Notes
Diffstat (limited to 'gnu')
-rw-r--r--gnu/usr.bin/tar/list.c2
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 */