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

/illumos-gate/usr/src/cmd/cron/
H A Dcron.c329 static time_t get_switching_time(int, time_t);
1583 zone_start = get_switching_time(tmp.tm_isdst, t);
1652 t = get_switching_time(tmp1.tm_isdst,
1656 t = get_switching_time(tmp1.tm_isdst,
1877 zone_start = get_switching_time(tmp2.tm_isdst,
1935 get_switching_time(int to_dst, time_t t_ref) function

Completed in 121 milliseconds