X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=src%2Fcommon.h;h=3b91f464c5a62d0f39779e327d3b76e8c36a3d5d;hb=c79f0d06bc0ff617f4785874e366240f441eeb92;hp=d2de528e0e94809eef7fa0efbb1e3a8975faa3ad;hpb=c3fa22fc8023ad21ad32b13f934c3324756c9236;p=chaz%2Ftar diff --git a/src/common.h b/src/common.h index d2de528..3b91f46 100644 --- a/src/common.h +++ b/src/common.h @@ -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.