Format: AllC/C++CSSTextshell script Advanced Search
150: if (get_tz( &tz, eno ) != 0) goto e2; 151: d = TZOFS(tz); 152: t = *clock + d; 185: tm->tm_isdst = TZDST(tz); 186: return t - TZOFS(tz); 187: