summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/tar/read.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/tar/read.c b/usr.bin/tar/read.c
index 8706906..c661060 100644
--- a/usr.bin/tar/read.c
+++ b/usr.bin/tar/read.c
@@ -388,7 +388,7 @@ list_item_verbose(struct bsdtar *bsdtar, FILE *out, struct archive_entry *entry)
if (abs(tim - now) > (365/2)*86400)
fmt = bsdtar->day_first ? "%e %b %Y" : "%b %e %Y";
else
- fmt = bsdtar->day_first ? "%e %b %R" : "%b %e %R";
+ fmt = bsdtar->day_first ? "%e %b %H:%M" : "%b %e %H:%M";
strftime(tmp, sizeof(tmp), fmt, localtime(&tim));
fprintf(out, " %s ", tmp);
safe_fprintf(out, "%s", archive_entry_pathname(entry));
OpenPOWER on IntegriCloud