Lines Matching full:time
28 program prints the current time in each
39 Output a description of time intervals.
48 Output a verbose description of time intervals.
52 print the times at the two extreme time values,
59 each detected time discontinuity.
65 the given time is daylight saving time, standard time,
66 or an unknown time type, respectively.
69 if the given local time is known to be
75 except omit output concerning extreme time and year values.
77 implementations with different time representations.
81 and with Universal Time (UT) ignoring leap seconds.
90 Cut off interval output at the given time(s),
92 Coordinated Universal Time (UTC).
110 describing the time interval before the first transition if any, and
112 .Dq "\fIdate time interval\fP",
113 one line for each transition time and following interval.
123 Times are in local time immediately after the transition.
125 time interval description consists of a UT offset in signed
127 format, a time zone abbreviation, and an isdst flag.
132 An isdst flag is omitted for standard time, and otherwise
134 daylight saving time and negative for unknown.
143 convention, this occurs when the UT offset is zero and the time zone
173 Here, local time begins 10 hours, 31 minutes and 26 seconds west of
174 UT, and is a standard time abbreviated LMT.
176 first transition, the date is 1896-01-13 and the time is 12:01:26, and
177 the following time interval is 10.5 hours west of UT, a standard time
180 1933-04-30 and the time is 03:00:00 and the following time interval is
181 9.5 hours west of UT, is abbreviated HDT, and is daylight saving time.
183 time is 02:30:00, and the following time interval is 10 hours west of
184 UT, a standard time abbreviated HST.
199 This time zone is east of UT, so its UT offsets are positive.
201 many of its time zone abbreviations are omitted since they duplicate
204 Time discontinuities are found by sampling the results returned by
208 one can construct artificial time zones for which this fails.