问题 I am trying to get the correct time zone from the date picker in swift using time formatter, it's not working. I'm getting UTC, not EST. 1) If I print dateFormatter.stringFromDate(datePicker) I get EST, but 2) I don't need a string, I need an NSDate in EST so 3) I can use it to get the timeIntervalSinceDate(NSDate) in EST. My trick of trying to take it from string back to NSDate as seen below didn't work. It's still in UTC and the time interval since date is not right. dateFormatter.locale =