I can\'t convert my NSString to NSDate. here\'s the code:
+ (NSDate *) stringToNSDate: (NSString *) dateString{ [NSDateFormatter setDefaultFormatterBehavior:NSDa
Try this instead:
[dateFormatter setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]]; [dateFormatter setDateFormat:@"yyyy/MM/dd HH:mm:ss ZZZ"];