]> Dogcows Code - chaz/tar/blobdiff - src/common.h
New option --full-time.
[chaz/tar] / src / common.h
index d2de528e0e94809eef7fa0efbb1e3a8975faa3ad..3b91f464c5a62d0f39779e327d3b76e8c36a3d5d 100644 (file)
@@ -105,6 +105,8 @@ GLOBAL bool absolute_names_option;
 
 /* Display file times in UTC */
 GLOBAL bool utc_option;
+/* Output file timestamps to the full resolution */
+GLOBAL bool full_time_option;
 
 /* This variable tells how to interpret newer_mtime_option, below.  If zero,
    files get archived if their mtime is not less than newer_mtime_option.
This page took 0.023842 seconds and 4 git commands to generate.