Home
last modified time | relevance | path

Searched refs:tzoffset (Results 1 – 4 of 4) sorted by relevance

/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/t/
H A D02core_dst.t132 cmp_ok(scalar($lt->tzoffset), 'eq', '-14400');
138 cmp_ok(scalar($lt->tzoffset), 'eq', '-18000');
H A D02core.t45 # ->tzoffset?
56 cmp_ok(scalar($lt->tzoffset), 'eq', '-18000');
/openbsd/gnu/usr.bin/perl/cpan/Time-Piece/
H A DPiece.pm310 sub tzoffset { subroutine
444 $J += ($self->tzoffset/(24*3600)) if $self->[c_islocal];
/openbsd/libexec/snmpd/snmpd_metrics/
H A Dmib.c296 int tzoffset; in mib_hrsystemdate() local
316 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()