Searched refs:sysSec (Results 1 – 3 of 3) sorted by relevance
59 time_t sysSec = tv.tv_sec; in GetTimeInfo() local61 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeInfo()66 if (gmtime_r(&sysSec, &tmUtc) == nullptr) { in GetTimeInfo()
53 time_t sysSec = tv.tv_sec; in GetTimeZone() local55 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeZone()
47 time_t sysSec = tv.tv_sec; in GetTimeZone() local49 if (localtime_r(&sysSec, &tmLocal) == nullptr) { in GetTimeZone()