Skip to content

Commit

Permalink
Added a common date/time format. Closes #117
Browse files Browse the repository at this point in the history
  • Loading branch information
dop251 committed Dec 3, 2019
1 parent aa89e6a commit 007eef3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions date.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ var (
"2006-01-02T15:04:05Z0700",
"2006-01-02T15:04:05",
"2006-01-02",
"2006-01-02 15:04:05",
time.RFC1123,
time.RFC1123Z,
dateTimeLayout,
Expand Down

0 comments on commit 007eef3

Please sign in to comment.