Searched refs:lasttm (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.1-release/usr.sbin/cron/cron/
H A Dcron.c221 static struct tm lasttm; local
245 && tm->tm_gmtoff != lasttm.tm_gmtoff ) {
247 diff = tm->tm_gmtoff - lasttm.tm_gmtoff;
353 lasttm = *tm;

Completed in 46 milliseconds