Lines Matching full:time
163 * Time zone utilities
169 * following meanings, and are declared in <time.h>.
171 * daylight Nonzero if daylight-saving-time zone (DST) is specified
174 * time and local time. E.g., -28,800 for PST (GMT-8hrs)
175 * tzname(0) Three-letter time-zone name derived from TZ environment
182 * to the current time zone in Germany, you can use one of the
188 * If the TZ value is not set, t_tzset() attempts to use the time zone
191 * Date/Time application.
198 * time and local time. E.g., -28,800 for PST (GMT-8hrs)
199 * @return the difference in seconds between coordinated universal time and local time.
205 * tzname(0) Three-letter time-zone name derived from TZ environment
215 * Get UTC (GMT) time measured in milliseconds since 0:00 on 1/1/1970.
216 * This function is affected by 'faketime' and should be the bottleneck for all user-visible ICU time functions.
217 * @return the UTC time measured in milliseconds
223 * Get UTC (GMT) time measured in milliseconds since 0:00 on 1/1/1970.
225 * exposes time to the end user.
226 * @return the UTC time measured in milliseconds