Skip to content

Instantly share code, notes, and snippets.

@fredkelly
Created February 23, 2014 11:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save fredkelly/9170313 to your computer and use it in GitHub Desktop.
Save fredkelly/9170313 to your computer and use it in GitHub Desktop.
// ..snip
// Setup date formatter
NSDateFormatter *dateFormatter = [NSDateFormatter new];
[dateFormatter setDateFormat:@"yyyy-MM-dd'T'HH:mm:ss.SSS'Z'"];
dateFormatter.timeZone = [NSTimeZone timeZoneWithAbbreviation:@"UTC"];
entityMapping.preferredDateFormatter = dateFormatter;
// snip..
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment