I wanted to give ROME a try to parse some feeds, when suddenly it was unable to parse some pubDate
fields formatted as <pubDate>2013-08-30 20:23:00</pubDate>
with a null
result, but it was ok to format that type of fields <pubDate>Fri, 30 Aug 2013 17:42:04 +0300</pubDate>
.
So what's the trick? it is possible somehow to get the result even if there is not a format supported by ROME? or maybe there are some another good RSS parsers comparing to ROME?