Searched defs:zone_start (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c1553 time_t t, ref_t, t1, t2, zone_start; local
1577 * fall back. zone_start will hold the time when it happens
1583 zone_start = get_switching_time(tmp.tm_isdst, t);
1620 t = zone_start;
1696 t = zone_start;
1877 zone_start = get_switching_time(tmp2.tm_isdst,
1879 if (zone_start == (time_t)-1) {
1882 t = zone_start;

Completed in 69 milliseconds