Searched refs:OurTime (Results 1 – 1 of 1) sorted by relevance
27 std::time_t OurTime = toTimeT(TP); in getStructTM() local30 struct tm *LT = ::localtime_r(&OurTime, &Storage); in getStructTM()35 int Error = ::localtime_s(&Storage, &OurTime); in getStructTM()