Skip to content

Instantly share code, notes, and snippets.

@BradB132
Created December 27, 2016 15:01
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 BradB132/a72446618d97395958685505229cecd5 to your computer and use it in GitHub Desktop.
Save BradB132/a72446618d97395958685505229cecd5 to your computer and use it in GitHub Desktop.
BOOL isCurrentlyDaytimeInNYC()
{
static CGFloat const latitudeNYC = 40.7831;
static CGFloat const longitudeNYC = 73.9712;
return isCurrentlyDaytime(latitudeNYC,
longitudeNYC);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment