mirror of
https://github.com/gabime/spdlog.git
synced 2024-11-27 07:14:12 +08:00
Fix #3194 - Use Sep instead of Sept for abbreviated month
This commit is contained in:
parent
bdd1dff378
commit
2c76e6101a
@ -180,7 +180,7 @@ public:
|
||||
|
||||
// Abbreviated month
|
||||
static const std::array<const char *, 12> months{
|
||||
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sept", "Oct", "Nov", "Dec"}};
|
||||
{"Jan", "Feb", "Mar", "Apr", "May", "Jun", "Jul", "Aug", "Sep", "Oct", "Nov", "Dec"}};
|
||||
|
||||
template <typename ScopedPadder>
|
||||
class b_formatter final : public flag_formatter {
|
||||
|
Loading…
Reference in New Issue
Block a user