summaryrefslogtreecommitdiffstats
path: root/gnu/usr.bin
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>2001-03-21 19:19:57 +0000
committerache <ache@FreeBSD.org>2001-03-21 19:19:57 +0000
commit7069cc87ccc9884a8ddbd4289fc107db4a433bfb (patch)
tree08844d3313ab9e12eb07476f856e01026103fc38 /gnu/usr.bin
parent0ada2460db0ed8ffab2e7e8b3f311d748d0da052 (diff)
downloadFreeBSD-src-7069cc87ccc9884a8ddbd4289fc107db4a433bfb.zip
FreeBSD-src-7069cc87ccc9884a8ddbd4289fc107db4a433bfb.tar.gz
Cosmetique, use %R instead of %H:%M
Diffstat (limited to 'gnu/usr.bin')
-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 911170b..bfcb3bb 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 */
OpenPOWER on IntegriCloud