diff --git a/include/fmt/chrono.h b/include/fmt/chrono.h index abaebe47af0c1..ad82dc41efdba 100644 --- a/include/fmt/chrono.h +++ b/include/fmt/chrono.h @@ -534,9 +534,7 @@ struct formatter, return formatter::format(time, ctx); } - static constexpr Char default_specs[] = {'%', 'Y', '-', '%', 'm', '-', - '%', 'd', ' ', '%', 'H', ':', - '%', 'M', ':', '%', 'S'}; + static constexpr Char default_specs[] = {'%', 'F', ' ', '%', 'T'}; }; template