Skip to content

Commit

Permalink
fix optional leading zero in day parsing
Browse files Browse the repository at this point in the history
  • Loading branch information
BrianLeishman committed Sep 12, 2022
1 parent 629c097 commit 2a01065
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -934,7 +934,7 @@ const (
)

// TimeFormat is the Go time version of the IMAP times
const TimeFormat = "02-Jan-2006 15:04:05 -0700"
const TimeFormat = "_2-Jan-2006 15:04:05 -0700"

type tokenContainer *[]*Token

Expand Down

0 comments on commit 2a01065

Please sign in to comment.