strftime() - format time as string
string strftime( string fmt, int time );
Format given time with a format string, see https://en.cppreference.com/w/cpp/chrono/c/strftime
strptime(3)