Searched refs:time_sec (Results 1 – 1 of 1) sorted by relevance
53 const auto time_sec = std::chrono::system_clock::to_time_t(ts); in timestampToString() local55 std::strftime(buf, sizeof(buf), "%H:%M:%S", std::localtime(&time_sec)); in timestampToString()