Searched refs:sysSec (Results 1 – 2 of 2) sorted by relevance
53 time_t sysSec = tv.tv_sec; in GetTimeZone() local55 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeZone()60 if (gmtime_r(&sysSec, &tmUtc) == nullptr) { in GetTimeZone()
60 time_t sysSec = tv.tv_sec; in GetTimeInfo() local62 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeInfo()67 if (gmtime_r(&sysSec, &tmUtc) == nullptr) { in GetTimeInfo()