Searched refs:posix_local_time_struct (Results 1 – 1 of 1) sorted by relevance
49 tm* posix_local_time_struct = localtime(time); // NOLINT in localtime_s() local50 if (posix_local_time_struct == NULL) return 1; in localtime_s()51 *out_tm = *posix_local_time_struct; in localtime_s()374 tm posix_local_time_struct; in LocalOffset() local375 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0; in LocalOffset()377 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()379 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()