NAME
strftime() - format time as string
SYNOPSIS
string strftime( string fmt, int time );
DESCRIPTION
Format given time with a format string, see:
https://man7.org/linux/man-pages/man3/strftime.3.html
SEE ALSO
strptime(3)
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)