string Time::FormatString(const string&in format, int64 stamp = -1)
Format a time into the given format as specified by strftime in the local time.
string format
string
format
Refer to https://en.cppreference.com/w/c/chrono/strftime
int64 stamp
int64
stamp
The timestamp to format, or -1 to format the current time.