NSDate independent of timezone?
问题 I have an app that displays a timetable of certain ferry trips. If I travel to a different timezone - say 4 hours behind, a 10am ferry trip now shows up as 6am? I know this has got to do with how dates are treated based on their timezones, but I can't work out how to change that behaviour. At the moment here's how I am getting the date and displaying it on a UILabel: NSDateFormatter *dateFormatter = [[NSDateFormatter alloc] init]; [dateFormatter setDateFormat:@"HH:mm"]; [self.departureTime