fmtlib / fmt

A modern formatting library
https://fmt.dev
Other
19.9k stars 2.43k forks source link

implement year_month_day #3913

Closed zivshek closed 3 months ago

zivshek commented 3 months ago

also changed weekday, day, month, year's formatter to use formatter<std::tm, Char> so they all support the format strings

fixes #3772

zivshek commented 3 months ago

@vitaut in case you missed the re-review request

vitaut commented 3 months ago

Merged, thanks!