Input String: June 14, 2012 - 01:00:00 UTC
Output Local String: Jun 13, 2012 - 21:00:00 EDT
I like to get the offset from
NSTimeZone* destinationTimeZone = [NSTimeZone systemTimeZone];
NSLog(@"Time Zone: %@", destinationTimeZone.abbreviation);
Any suggestion ?