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
Hi there,
The follow code gives me the wrong sunrise and sunset times for eastern Australia; Google tells me sunset is at 17:38 AEST (UTC+10).
getSunlightTimes(date = ymd("2023-09-15"), lat = 28.865, lon = 153.565, tz = "Etc/GMT+10", keep = c("sunrise", "sunset"))
date lat lon sunrise sunset
1 2023-09-15 28.865 153.565 2023-09-14 09:31:32 2023-09-14 21:53:54
Any idea what's going on?
Matt
The text was updated successfully, but these errors were encountered:
Australia is in the Southern Hemisphere; latitude should be negative!
Sorry, something went wrong.
Hi, you're correct. -28.865, 153.565 still gives the wrong results.
1 2023-09-15 -28.865 153.565 2023-09-14 09:46:16 2023-09-14 21:39:09
I've got the same problem as you. Change time zone of your computer.
No branches or pull requests
Hi there,
The follow code gives me the wrong sunrise and sunset times for eastern Australia; Google tells me sunset is at 17:38 AEST (UTC+10).
1 2023-09-15 28.865 153.565 2023-09-14 09:31:32 2023-09-14 21:53:54
Any idea what's going on?
Matt
The text was updated successfully, but these errors were encountered: