Searched refs:OurTime (Results 1 – 1 of 1) sorted by relevance
28 std::time_t OurTime = toTimeT(TP); in getStructTM() local31 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()36 int Error = ::localtime_s(&Storage, &OurTime); in getStructTM()46 std::time_t OurTime = toTimeT(TP); in getStructTMUtc() local49 struct tm *LT = ::gmtime_r(&OurTime, &Storage); in getStructTMUtc()54 int Error = ::gmtime_s(&Storage, &OurTime); in getStructTMUtc()