We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
try? suncalc.time(ofDate: date, forSolarEvent: .nadir, atLocation: location) always seems to throw
try? suncalc.time(ofDate: date, forSolarEvent: .nadir, atLocation: location)
I think this is because it calculates jset for .nadir (and fails) even though jset is meaningless in this context
jset
The text was updated successfully, but these errors were encountered:
No branches or pull requests
try? suncalc.time(ofDate: date, forSolarEvent: .nadir, atLocation: location)
always seems to throwI think this is because it calculates
jset
for .nadir (and fails) even thoughjset
is meaningless in this contextThe text was updated successfully, but these errors were encountered: