mirror of
https://github.com/miniflux/v2.git
synced 2025-06-27 16:36:00 +00:00
Add new formats to date parser
This commit is contained in:
parent
bf357a0e2d
commit
5517eebafe
2 changed files with 6 additions and 0 deletions
|
@ -126,6 +126,9 @@ func TestParseWeirdDateFormat(t *testing.T) {
|
|||
"Do, 29 Mär 2018 00:00:00 +0200",
|
||||
"mer, 9 avr 2018 00:00:00 +0200",
|
||||
"1520932969",
|
||||
"Tue 16 Feb 2016, 23:16:00 EDT",
|
||||
"Tue, 16 Feb 2016 23:16:00 EDT",
|
||||
"Tue, Feb 16 2016 23:16:00 EDT",
|
||||
}
|
||||
|
||||
for _, date := range dates {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue