format change

This commit is contained in:
sunmy 2021-06-10 00:49:23 +08:00
parent bc666b23eb
commit 9cac1d5fd3

View File

@ -472,8 +472,8 @@ struct formatter<std::chrono::time_point<std::chrono::system_clock, Duration>,
} }
static constexpr Char default_spec[] = {'%', 'Y', '-', '%', 'm', '-', static constexpr Char default_spec[] = {'%', 'Y', '-', '%', 'm', '-',
'%', 'd', ' ', '%', 'H', ':', '%', 'd', ' ', '%', 'H', ':',
'%', 'M', ':', '%', 'S'}; '%', 'M', ':', '%', 'S'};
}; };
template <typename Char, typename Duration> template <typename Char, typename Duration>