Search | Google it | Results 1 - 1 of 1 for funcall:TZDST (0.00 seconds) |
158: if (gmtime_r_eno( &t, result, eno ) == NULL) goto e2; 159: result->tm_isdst = TZDST(tz); 160: return result; 184: if (get_tz( &tz, eno ) != 0) goto e2; 185: tm->tm_isdst = TZDST(tz); 186: return t - TZOFS(tz);