std::strftime (3) Linux Manual Page
std::strftime – std::strftime Synopsis Defined in header<ctime> std::size_t strftime(char *str, std::size_t count, const char *format, const std::tm *time); 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. Up to count bytes are written. Parameters str – pointer to the first…
