Skip to content

Instantly share code, notes, and snippets.

@lukeredpath
Created January 16, 2013 12:33
Show Gist options
  • Save lukeredpath/4546826 to your computer and use it in GitHub Desktop.
Save lukeredpath/4546826 to your computer and use it in GitHub Desktop.
NSCalendar *utcCalendar = [[NSCalendar alloc] initWithCalendarIdentifier:NSISO8601Calendar];
[utcCalendar setTimeZone:[NSTimeZone timeZoneWithName:@"UTC"]];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment