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