Searched refs:tzoffset (Results 1 – 4 of 4) sorted by relevance
132 cmp_ok(scalar($lt->tzoffset), 'eq', '-14400');138 cmp_ok(scalar($lt->tzoffset), 'eq', '-18000');
45 # ->tzoffset?56 cmp_ok(scalar($lt->tzoffset), 'eq', '-18000');
310 sub tzoffset { subroutine444 $J += ($self->tzoffset/(24*3600)) if $self->[c_islocal];
296 int tzoffset; in mib_hrsystemdate() local316 tzoffset = ptm->tm_gmtoff; in mib_hrsystemdate()317 if (tzoffset < 0) in mib_hrsystemdate()322 s[9] = abs(tzoffset) / 3600; in mib_hrsystemdate()323 s[10] = (abs(tzoffset) - (s[9] * 3600)) / 60; in mib_hrsystemdate()