date icon indicating copy to clipboard operation
date copied to clipboard

Simplify `std::time_put` facet usage

Open CornerPin opened this issue 3 months ago • 0 comments

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.

CornerPin avatar Sep 30 '25 17:09 CornerPin