NSDateFormatter* isoDateFormatter = [[NSDateFormatter alloc] init]; [isoDateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss'Z'"]; [isoDateFormatter setTimeZone:[NSTimeZone timeZoneWithAbbreviation:@"UTC"]]; //