Merge pull request #726 from 0x3333/master

Fixes #719. Change August to Aug.
This commit is contained in:
Benjamin Sago 2020-10-08 22:38:25 +01:00 committed by GitHub
commit 6f20f195a7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -136,7 +136,7 @@ impl DefaultFormat {
datetime::Month::May => "May",
datetime::Month::June => "Jun",
datetime::Month::July => "Jul",
datetime::Month::August => "August",
datetime::Month::August => "Aug",
datetime::Month::September => "Sep",
datetime::Month::October => "Oct",
datetime::Month::November => "Nov",