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 an issue with calculating solar noon and midnight in some configurations #220

Open
wants to merge 3 commits into
base: dev
Choose a base branch
from

Commits on Sep 17, 2022

  1. Configuration menu
    Copy the full SHA
    8a39fc2 View commit details
    Browse the repository at this point in the history
  2. Update manifest.json

    version bump
    claytonjn authored Sep 17, 2022
    Configuration menu
    Copy the full SHA
    332e061 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2023

  1. Fix noon & midnight calculations for some configs

    This commit fixes an issue with the calculated solar noon and midnight.
    Incorrect values are calculated in configurations where sunset is before
    sunrise in the day (e.g. day from 14:00 to 02:00 UTC). This is more
    normal in timezones further from UTC.
    readcollin0 committed Mar 22, 2023
    Configuration menu
    Copy the full SHA
    58ee84e View commit details
    Browse the repository at this point in the history