Defined in header <time.h> size_t strftime( char * str, size_t count,
const char * format, const struct tm * time ); (until C99) size_t strftime( char *restrict str, size_t count,
const char *restrict format, const struct tm *restrict time ); (since C99)
Converts the date and time information from a given calendar time time to a null-terminated multibyte character string str according to format string format.