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

/haiku/src/bin/unzip/
H A Dtimezone.c585 long tzoffset_adj; /* timezone-adjustment `remainder' */ local
611 if ((tzoffset_adj = localt - univt - statism.ttis[timetype].tt_gmtoff)
614 univt += tzoffset_adj;
638 long tzoffset_adj; /* timezone-adjustment `remainder' */ local
661 (tzoffset_adj = loctime - mkgmtime(ltm)) == 0L)
663 then += tzoffset_adj;
666 if (ltm == (struct tm *)NULL || tzoffset_adj != 0L) {

Completed in 28 milliseconds