Lines Matching refs:time
39 # time to upgrade zic (the default), use:
138 # What kind of TZif data files to generate. (TZif is the binary time
140 # If you want only POSIX time, with time values interpreted as
143 # below. If you want only "right" time, with values interpreted
153 # with it, use "posix_only" or "posix_right". Use POSIX time on systems with
154 # leap smearing; this can work better than unsmeared "right" time with
156 # "right" time than unsmeared POSIX time is (e.g., 0.5 vs 1.0 s max error).
217 # -DEPOCH_LOCAL if the 'time' function returns local time not UT
218 # -DEPOCH_OFFSET=N if the 'time' function returns a value N greater
219 # than what POSIX specifies, assuming local time is UT.
221 # -DHAVE_DECL_ASCTIME_R=0 if <time.h> does not declare asctime_r
223 # -DHAVE_DECL_TIMEGM=0 if <time.h> does not declare timegm
231 # -DHAVE_INCOMPATIBLE_CTIME_R if your system's time.h declares
247 # -DHAVE_STRFTIME_L if <time.h> declares locale_t and strftime_l
276 # -DTZDEFRULESTRING=\",date/time,date/time\" to default to the specified
283 # -DTZNAME_MAXIMUM=N to limit time zone abbreviations to N bytes (default 255)
286 # -DUSE_LTZ=0 to build zdump with the system time zone library
295 # (or some other number) to set the maximum time zone abbreviation length
316 -Wbad-function-cast -Wbidi-chars=any,ucn -Wcast-align=strict -Wdate-time \
336 # (or if you decide to add such a field in your system's "time.h" file),
382 # functions to be added to the time conversion library.
392 # These functions may well disappear in future releases of the time
399 # time library, and if STD_INSPIRED is also defined to nonzero the functions
935 # 2800 years but that would take a long time to check.
1057 lsout=`ls -nt --time-style="+%s" "$$@" 2>/dev/null`; then \
1078 # This uses GNU 'ls --time-style=+%s', which outputs the seconds count,
1091 time=`TZ=UTC0 git log -1 \
1095 echo "+ touch -md $$time $$file" && \
1096 touch -md $$time $$file; \