I've checked that when you use the parser and the device doesn't have the english NSLocale, the pubDate is nil. For instance, if your device use spanish:
The date:
Tue, 02 Oct 2012 19:56:51 +0000
should be
mar, 02 oct 2012 19:56:51 +0000
I believe that you should add to the NSDate category RSS the NSLocale en_US:
Hi,
I've checked that when you use the parser and the device doesn't have the english NSLocale, the pubDate is nil. For instance, if your device use spanish:
The date:
Tue, 02 Oct 2012 19:56:51 +0000
should be
mar, 02 oct 2012 19:56:51 +0000
I believe that you should add to the NSDate category RSS the NSLocale en_US:
NSDate+RSS.m
Thoughts? I will do pull request.