Home
last modified time | relevance | path

Searched refs:posix_local_time_struct (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/base/platform/
Dplatform-win32.cc49 tm* posix_local_time_struct = localtime_r(time, out_tm); in localtime_s() local
50 if (posix_local_time_struct == NULL) return 1; in localtime_s()
373 tm posix_local_time_struct; in LocalOffset() local
374 if (localtime_s(&posix_local_time_struct, &posix_time)) return 0; in LocalOffset()
376 if (posix_local_time_struct.tm_isdst > 0) { in LocalOffset()
378 } else if (posix_local_time_struct.tm_isdst == 0) { in LocalOffset()