#pragma once #include #include std::string StringifyTimePoint(std::chrono::time_point tp); std::string StringifyTimeStamp(int64_t timeStamp);