date
date copied to clipboard
Simplify `std::time_put` facet usage
Cleans up some redundant code related to date formatting by passing the format specifier and the modifier directly as arguments to std::time_put<CharT, OutputIt>::put.