Skip to content

Commit ca7d028

Browse files
committed
Added extra date format possibility
1 parent 9455e2b commit ca7d028

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

internal/shared/dateparser.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@ var dateFormats = []string{
8080
"Jan 2, 2006",
8181
"Jan 02 2006 03:04:05PM",
8282
"Jan 02, 2006",
83+
"Jan 2 2006 15:04:05",
8384
"6/1/2 15:04",
8485
"6-1-2 15:04",
8586
"2 January 2006 15:04:05 -0700",

0 commit comments

Comments
 (0)