The sunset tag has no wiki summary.
12
votes
8answers
3k views
How can I compute sunrise/sunset times?
I like to keep track of sunrise and sunset times. For the past couple of years I've been doing this with a small program written with a popular library for my favorite programming language. The last ...
4
votes
3answers
160 views
How to calculate sunrise and sunset time for current date with Delphi
I need to determine sunrise and sunset times (local time) for the current day given a specific latitude and longitude and using Delphi (I am using XE2). I've found this article and used the SysTools ...