Skip to content

Commit

Permalink
Change August to Aug. Fix issue #719.
Browse files Browse the repository at this point in the history
  • Loading branch information
0x3333 committed Aug 28, 2020
1 parent 78ba0b8 commit 3fe35b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/output/time.rs
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,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",
Expand Down

0 comments on commit 3fe35b5

Please sign in to comment.