mikereedell / sunrisesunsetlib-java

Library for computing the sunrise/sunset from GPS coordinates and a date, in Java.
http://mikereedell.github.com/sunrisesunsetlib-java/
Apache License 2.0
299 stars 69 forks source link

Invalid sunset date when sunset is after midnight #11

Open aragaer opened 10 years ago

aragaer commented 10 years ago

Quite a specific situation: Reykjavik sunset on summer solstice is at about 00:04.

I am expecting that if I'm trying to calculate sunrise and sunset time for a timestamp which is day time, i'll get a this day sunrise and this day sunset. However the result is off by 24 hours.