diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index 0506a104..4aef96fe 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -472,8 +472,8 @@ struct formatter, } static constexpr Char default_spec[] = {'%', 'Y', '-', '%', 'm', '-', - '%', 'd', ' ', '%', 'H', ':', - '%', 'M', ':', '%', 'S'}; + '%', 'd', ' ', '%', 'H', ':', + '%', 'M', ':', '%', 'S'}; }; template