X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=src%2Flist.c;h=ac7c8fb209395fcebe346fcbcbc0b11c50cac51e;hb=fc61c174100019859fc3ae930a18839cd316be6e;hp=0474fb1e5ad40a02cab4f5c76f076ed7e1e9ffc3;hpb=2981fcc5cbb63080f24f59570ea7fde8efc9bb34;p=chaz%2Ftar diff --git a/src/list.c b/src/list.c index 0474fb1..ac7c8fb 100644 --- a/src/list.c +++ b/src/list.c @@ -1146,7 +1146,7 @@ simple_print_header (struct tar_stat_info *st, union block *blk, /* Time stamp. */ - time_stamp = tartime (st->mtime, false); + time_stamp = tartime (st->mtime, full_time_option); time_stamp_len = strlen (time_stamp); if (datewidth < time_stamp_len) datewidth = time_stamp_len;