Home
last modified time | relevance | path

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

/haiku/src/bin/unzip/
H A Dtimezone.c583 time_t localt; /* time_t equivalent of given tm struct */ local
594 localt = mkgmtime(tb);
595 if (localt == (time_t)-1)
599 univt = localt - statism.ttis[0].tt_gmtoff;
611 if ((tzoffset_adj = localt - univt - statism.ttis[timetype].tt_gmtoff)