NSDate for the same local time as another NSDate in different time zones
问题 I have a date time: Friday, July 8, 2016 at 6:30:00 PM India Standard Time I want a date time like this: Friday, July 8, 2016 at 6:30:00 PM Central Daylight Time I do not want to convert the dates using NSDateFormatter from one timezone to another, because this conversion will give me Friday, July 8, 2016 at 8:00:00 AM Central Daylight Time I want the same date time, but in a different timezone. How can I do that? 回答1: dasblinkenlight's answer is absolutely correct, but I'll explain a little