Skip to content

Commit

Permalink
Added extra date format possibility (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
TypicalAM authored Jan 3, 2025
1 parent 9455e2b commit 1a928bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/shared/dateparser.go
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ var dateFormats = []string{
"Jan 2, 2006",
"Jan 02 2006 03:04:05PM",
"Jan 02, 2006",
"Jan 2 2006 15:04:05",
"6/1/2 15:04",
"6-1-2 15:04",
"2 January 2006 15:04:05 -0700",
Expand Down

0 comments on commit 1a928bd

Please sign in to comment.