Skip to content

Instantly share code, notes, and snippets.

@jlcampana
Created February 19, 2013 15:42
Show Gist options
  • Save jlcampana/4986979 to your computer and use it in GitHub Desktop.
Save jlcampana/4986979 to your computer and use it in GitHub Desktop.
Fecha + timezone
NSTimeInterval timeZoneOffset = [[NSTimeZone defaultTimeZone] secondsFromGMT];
NSDate* today = [[NSDate date] dateByAddingTimeInterval:timeZoneOffset];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment