gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:chkDST (0.00 seconds)
t2ex
t2ex_source/t2ex/datetime/src/localtime.c - 5.4KB - 156 lines
108: 
109:         return chkDST(tm, tz->dst_start, TRUE) && chkDST(tm, tz->dst_end, FALSE);
110: }