Skip to content

Instantly share code, notes, and snippets.

@blakewatters
Created December 14, 2011 01:34
Show Gist options
  • Save blakewatters/1474819 to your computer and use it in GitHub Desktop.
Save blakewatters/1474819 to your computer and use it in GitHub Desktop.
+ (void)setDefaultTimeZone:(NSTimeZone *)timeZone {
for (NSDateFormatter *dateFormatter in [RKObjectMapping defaultDateFormatters]) {
dateFormatter.timeZone = timeZone;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment