adds the time RSS retrieved and no pubDate property

zakari

Hi,

adding 

http://www.efet.gr/portal/pls/portal/efet_schema.pck_rss.read_rss?pLang=...

that contains pubDate the application adds the time RSS retrieved.

snap of RSS item :

Sheldon
Hi,

Hi,

so far I don't receive any news for this feed. Does it require an authorization?

Kind regards,

Sheldon

zakari
no, maybe is blocked outside

no, maybe is blocked outside GR, here is the xml

https://workupload.com/file/B43y4Kwa

Sheldon
Hi,

Hi,

this happens because according to the RSS specifications
the published date is supposed to be a proper timestamp.

If you f. e. replace

<pubDate>11/10/2019</pubDate>

by

<pubDate>2019-10-11 00:00:00</pubDate>

in the XML file it works fine.

if the published date is not provided properly it will be ignored.  
Perhaps this is the reason why they provide the published date in the title.

Kind regards,

Sheldon