Searched defs:time (Results 1 – 3 of 3) sorted by relevance
21 void LocalDate::GmTimeSafe(tm& utcTime, const time_t& time) in GmTimeSafe()
53 string TimeTool::FixedTime(int32_t time, int32_t width) in FixedTime()73 auto time = std::chrono::system_clock::to_time_t(now); in GetCurrentTime() local