1 2 3 4 5 6 7 8 9
#pragma once #include <ctime> #include <string> namespace utils { std::string to_string(const std::time_t& timestamp); }