gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:get_tz (0.00 seconds)
t2ex
t2ex_source/lib/libc/src/time/mktime_r.c - 6.1KB - 195 lines
149: 
150:         if (get_tz( &tz, eno ) != 0) goto e2;
151:         d = TZOFS(tz);
183: if (gmtime_r_eno( &t, tm, eno ) == NULL) goto e2; 184: if (get_tz( &tz, eno ) != 0) goto e2; 185: tm->tm_isdst = TZDST(tz);