Searched refs:now_t (Results 1 – 2 of 2) sorted by relevance
55 …auto now_t = std::chrono::system_clock::to_time_t(now); …58 …auto l = std::strftime(buf, sizeof(buf), "%Y-%m-%d %H:%M:%S", std::localtime(&now_t)); …
69 time_t now_t = time(NULL); in log_header() local70 struct tm now = *localtime(&now_t); in log_header()