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

/freebsd-11-stable/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-11-stable/usr.sbin/lpr/common_source/
H A Dcommon.c504 int tzmin = timezone / 60; local
505 int tzhr = tzmin / 60;
510 (-1*tzhr), tzmin % 60);

Completed in 167 milliseconds