Skip to content
New issue

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

Fix #65547: Default value for sunrise/sunset zenith still wrong #3088

Closed
wants to merge 1 commit into from

Commits on Feb 8, 2018

  1. Fix #65547: Default value for sunrise/sunset zenith still wrong

    The value of the zenith angle to calculate sunrise and sunset times is
    commonly defined as 90°50', and is "obtained by adding the average
    apparent radius of the Sun (16') to the average amount of atmospheric
    refraction at the horizon (34')", according to
    http://aa.usno.navy.mil/faq/docs/RST_defs.php.
    
    This value is also used for the Sunrise/Sunset Algorithm published in
    the Almanac for Computers, 1990, see
    https://web.archive.org/web/20161202180207/http://williams.best.vwh.net/sunrise_sunset_algorithm.htm.
    cmb69 committed Feb 8, 2018
    Configuration menu
    Copy the full SHA
    822ac5a View commit details
    Browse the repository at this point in the history