int64 Time::ParseFormatString(const string&in format, const string&in stamp)
Parses a time from a string into a timestamp.
string format
string
format
Refer to https://en.cppreference.com/w/cpp/chrono/parse
string stamp
stamp
The timestamp to parse.
int64