1
0
Fork 0
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:
Frédéric Guillot 2018-05-08 20:41:24 -07:00
parent 39c4452142
commit 0c2e5ff0dc
2 changed files with 7 additions and 0 deletions

View file

@ -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 {