Here is my code :
NSString *_date = @\"Tue, 23 Nov 2010 16:14:14 +0000\"; NSDateFormatter *parser = [[NSDateFormatter alloc] init]; [parser setDateFormat:@\"
The timezone specifier is 'z', so your string should be:
[parser setDateFormat:@"EEE, dd MMM yyyy HH:mm:ss z"];