gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:isDST (0.00 seconds)
t2ex
t2ex_source/t2ex/datetime/src/localtime.c - 5.4KB - 156 lines
132:         /* Check if the local time is during the DST period */
133:         if (!isDST(result, tz)) {
134:                 result->tm_isdst = 0;