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

/freebsd-12-stable/sys/kern/
H A Dsubr_fattime.c83 #define T1980 (10 * 365 + 2) /* Days from 1970 to 1980 */ macro
159 if (t2 < T1980) {
163 t2 -= T1980;
250 day += T1980;
277 } while (ts.tv_sec < T1980 * 86400);

Completed in 96 milliseconds