mikelmaron / planningalerts

Automatically exported from code.google.com/p/planningalerts
0 stars 0 forks source link

Feed <pubDate>s aren't in RFC 822 format #38

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
They're missing the time, etc. which breaks the validation of the feed.

date('r', $unix_timestamp); will give the correct format.

application.date_received is a DATE type so presumably formatting it
correctly will set the time to midnight.

Original issue reported on code.google.com by adrian.s...@gmail.com on 27 Feb 2008 at 11:48