Searched refs:posix_local_time_struct (Results 1 – 1 of 1) sorted by relevance
61 tm* posix_local_time_struct = localtime(time); in localtime_s() local62 if (posix_local_time_struct == NULL) return 1; in localtime_s()63 *out_tm = *posix_local_time_struct; in localtime_s()386 tm posix_local_time_struct; in LocalOffset() local387 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0; in LocalOffset()389 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()391 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()