Skip to content

Commit

Permalink
Add ISO8601 time format
Browse files Browse the repository at this point in the history
  • Loading branch information
jdechicchis authored and Antoine Grondin committed Nov 8, 2020
1 parent de6b14b commit 4104ae6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions time_parse.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ import (
var formats = []string{
"2006-01-02 15:04:05.999999999 -0700 MST",
"2006-01-02 15:04:05",
"2020-11-06T15:41:52.960-0500",
time.RFC3339,
time.RFC3339Nano,
time.RFC822,
Expand Down

0 comments on commit 4104ae6

Please sign in to comment.