Searched refs:now_time_t (Results 1 – 3 of 3) sorted by relevance
73 auto now_time_t = std::chrono::system_clock::to_time_t(now); in DumpStopWatchLog() local74 ss << std::put_time(std::localtime(&now_time_t), "%Y-%m-%d %H:%M:%S"); in DumpStopWatchLog()
173 auto now_time_t = std::chrono::system_clock::to_time_t(now); in Start() local174 ss << std::put_time(std::localtime(&now_time_t), kTimeCreatedFormat.c_str()); in Start()