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', '-',
'%', 'd', ' ', '%', 'H', ':',
'%', 'M', ':', '%', 'S'};
'%', 'd', ' ', '%', 'H', ':',
'%', 'M', ':', '%', 'S'};
};
template <typename Char, typename Duration>