]> Dogcows Code - chaz/tar/blobdiff - src/list.c
New option --full-time.
[chaz/tar] / src / list.c
index 0474fb1e5ad40a02cab4f5c76f076ed7e1e9ffc3..ac7c8fb209395fcebe346fcbcbc0b11c50cac51e 100644 (file)
@@ -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;
This page took 0.02631 seconds and 4 git commands to generate.