Skip to content

Instantly share code, notes, and snippets.

@pyrtsa
Forked from anonymous/gist:5849554
Last active December 18, 2015 21:48
Show Gist options
  • Save pyrtsa/5849560 to your computer and use it in GitHub Desktop.
Save pyrtsa/5849560 to your computer and use it in GitHub Desktop.
NSDateFormatter *dateFormatter = [NSDateFormatter new];
dateFormatter.locale = [[NSLocale alloc] initWithLocaleIdentifier:@"en_US_POSIX"];
dateFormatter.dateFormat = @"YYYY-MM-dd'T'HH:mm:ss.SSS'Z'";
dateFormatter.timeZone = [NSTimeZone timeZoneForSecondsFromGMT:0];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment