Searched refs:min_off (Results 1 – 1 of 1) sorted by relevance
2529 int min_off; in tzone() local2533 min_off = ((tm->tm_hour - gmt->tm_hour) * 60) + in tzone()2537 min_off -= MINS; in tzone()2539 min_off += MINS; in tzone()2541 min_off -= MINS; in tzone()2543 min_off += MINS; in tzone()2545 if (min_off < 0) { in tzone()2546 min_off = -min_off; in tzone()2552 *p++ = min_off / 600 + '0'; /* 10s of hours */ in tzone()2553 min_off = min_off - min_off / 600 * 600; in tzone()[all …]