mirror of
https://github.com/fmtlib/fmt.git
synced 2026-02-10 09:05:28 +01:00
This adds support for `%j` presentation type for duration types: > "If the type being formatted is a specialization of duration, the decimal number of days without padding." Fixes #3643.