gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:TZDST (0.00 seconds)
t2ex
t2ex_source/lib/libc/src/time/mktime_r.c - 6.1KB - 195 lines
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);