mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Handle feeds with dates formatted as Unix timestamp
This commit is contained in:
parent
39c4452142
commit
0c2e5ff0dc
2 changed files with 7 additions and 0 deletions
|
@ -51,6 +51,7 @@ func TestParseWeirdDateFormat(t *testing.T) {
|
|||
"Di, 23 Jan 2018 00:00:00 +0100",
|
||||
"Do, 29 Mär 2018 00:00:00 +0200",
|
||||
"mer, 9 avr 2018 00:00:00 +0200",
|
||||
"1520932969",
|
||||
}
|
||||
|
||||
for _, date := range dates {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue