Skip to content

Commit

Permalink
feat(time format): support gov.uk create time format
Browse files Browse the repository at this point in the history
  • Loading branch information
hodge1997 committed Aug 2, 2023
1 parent a67e6df commit 61a6888
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions util.go
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ func parseDateString(dateString string) (time.Time, error) {
"01/02/2006",
"2006-Jan-02",
"2006-Jan-02.",
"before Jan-2006",
}

for _, format := range formats {
Expand Down

0 comments on commit 61a6888

Please sign in to comment.