mirror of
https://github.com/miniflux/v2.git
synced 2025-08-01 17:38:37 +00:00
Add workaround for parsing an invalid date
This commit is contained in:
parent
ad66250734
commit
bfb96d536e
2 changed files with 2 additions and 0 deletions
|
@ -156,6 +156,7 @@ var dateFormats = []string{
|
|||
"2006-01-02T15:04:05 -0700",
|
||||
"2006-01-02T15:04:05:00",
|
||||
"2006-01-02T15:04:05",
|
||||
"2006-01-02T15:04",
|
||||
"2006-01-02 at 15:04:05",
|
||||
"2006-01-02 15:04:05Z",
|
||||
"2006-01-02 15:04:05 MST",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue