Appearance
strptime() - parse string as local time
int strptime( string fmt, string str );
Parse given time 'str' with a format string, see: https://man7.org/linux/man-pages/man3/strptime.3.html
strftime(3)