Page 1 of 1

Parsing podcast date fails

PostPosted: Fri May 08, 2020 4:08 pm
by natuk
I am subscribing to a podcast which posts the broadcast dates in this format:

Code: Select all
<pubDate>Mon, 30 Mar 2020 13:03:00 GMT</pubDate>


Following the time saving change this year the date of the following episode was:

Code: Select all
<pubDate>Tue, 31 Mar 2020 12:56:00 GMT+0100</pubDate>


and from then on the podcast service logs these messages:

Code: Select all
[2020-05-08 16:23:56,010] WARN PodcastService - Failed to parse publish date: 'Tue, 31 Mar 2020 12:56:00 GMT+0100'.


and no new episodes appear. Any idea how the parser can be tweaked?

Thank you.