Lines Matching full:time
28 program prints the current time in each
47 Output a description of time intervals.
56 Output a verbose description of time intervals.
60 print the times at the two extreme time values,
67 each detected time discontinuity.
73 the given time is daylight saving time, standard time,
74 or an unknown time type, respectively.
77 if the given local time is known to be
83 except omit output concerning extreme time and year values.
85 implementations with different time representations.
89 and with Universal Time (UT) ignoring leap seconds.
98 Cut off interval output at the given time(s),
100 Coordinated Universal Time (UTC).
118 describing the time interval before the first transition if any, and
120 .Dq "\fIdate time interval\fP",
121 one line for each transition time and following interval.
131 Times are in local time immediately after the transition.
133 time interval description consists of a UT offset in signed
135 format, a time zone abbreviation, and an isdst flag.
140 An isdst flag is omitted for standard time, and otherwise
142 daylight saving time and negative for unknown.
151 convention, this occurs when the UT offset is zero and the time zone
181 Here, local time begins 10 hours, 31 minutes and 26 seconds west of
182 UT, and is a standard time abbreviated LMT.
184 first transition, the date is 1896-01-13 and the time is 12:01:26, and
185 the following time interval is 10.5 hours west of UT, a standard time
188 1933-04-30 and the time is 03:00:00 and the following time interval is
189 9.5 hours west of UT, is abbreviated HDT, and is daylight saving time.
191 time is 02:30:00, and the following time interval is 10 hours west of
192 UT, a standard time abbreviated HST.
207 This time zone is east of UT, so its UT offsets are positive.
209 many of its time zone abbreviations are omitted since they duplicate
212 Time discontinuities are found by sampling the results returned by
216 one can construct artificial time zones for which this fails.