mirror of
https://github.com/fmtlib/fmt.git
synced 2025-10-04 10:30:57 +02: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.