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