Home
last modified time | relevance | path

Searched refs:tzmin (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/ntp/scripts/monitoring/
H A Dtimelocal.pl28 $tzmin = $epoch[2] * 60 + $epoch[1]; # minutes east of GMT
29 if ($tzmin > 0) {
30 $tzmin = 24 * 60 - $tzmin; # minutes west of GMT
31 $tzmin -= 24 * 60 if $epoch[5] == 70; # account for the date line
55 + $tzmin * $MIN - 60 * 60 * ($_[8] != 0);
/freebsd/usr.sbin/lpr/common_source/
H A Dcommon.c498 int tzmin = timezone / 60; in lpd_gettime() local
499 int tzhr = tzmin / 60; in lpd_gettime()
504 (-1*tzhr), tzmin % 60); in lpd_gettime()