Searched refs:tzmin (Results 1 – 2 of 2) sorted by relevance
28 $tzmin = $epoch[2] * 60 + $epoch[1]; # minutes east of GMT29 if ($tzmin > 0) {30 $tzmin = 24 * 60 - $tzmin; # minutes west of GMT31 $tzmin -= 24 * 60 if $epoch[5] == 70; # account for the date line55 + $tzmin * $MIN - 60 * 60 * ($_[8] != 0);
498 int tzmin = timezone / 60; in lpd_gettime() local499 int tzhr = tzmin / 60; in lpd_gettime()504 (-1*tzhr), tzmin % 60); in lpd_gettime()