It looks like that technically "UTC" is not permissible in RFC822: GMT is allowed, UT is allowed, UTC is not. I'm not sure if that's changed recently or not, but I've switched it to use GMT instead of UTC and it seems to validate via the W3C feed. I've fixed it on the live site, and submitted a patch (https://github.com/barbie/labyrinth/pull/3 <https://github.com/barbie/labyrinth/pull/3>). Please test to see if this is the right patch or if we have to do something else.
Doug Bell d...@preaction.me > On Jun 19, 2017, at 8:23 PM, Nigel Horne <n...@bandsman.co.uk> wrote: > > The feed http://www.cpantesters.org/author/N/NHORNE-nopass.rss doesn't work > any more in Thunderbird, and indeed W3C gives lots of "pubDate must be an > RFC-822 date-time", for example here: > > <pubDate>Tue, 20 Jun 2017 01:19:52 UTC</pubDate> > > Has something changed? Or perhaps it's something else that's broken it. > > -Nigel