Skip to content

Instantly share code, notes, and snippets.

@mikina
Created April 24, 2013 10:52
Show Gist options
  • Save mikina/5451304 to your computer and use it in GitHub Desktop.
Save mikina/5451304 to your computer and use it in GitHub Desktop.
Timestamp to date
NSTimeInterval _interval = [dateattr doubleValue];
NSDate *date = [NSDate dateWithTimeIntervalSince1970:_interval];
n.date_ = date;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment