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

Update code.py #775

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Update code.py #775

wants to merge 4 commits into from

Commits on Jul 22, 2019

  1. Update code.py

    Noticed that midnight was not handled properly for cases like "Five to Midnight" or "Twenty after Midnight".  Was seeing noon instead of midnight.
    elmwoodelec committed Jul 22, 2019
    Configuration menu
    Copy the full SHA
    52f527f View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2019

  1. Clock was showing noon instead of midnight

    Added a special case so clock shows "xxx TO MIDNIGHT" or "xxx PAST MIDNIGHT"  instead of "xxx TO NOON" or "xxx PAST MIDNIGHT".  Midnight was only working properly if the display time was exactly midnight.
    elmwoodelec committed Jul 27, 2019
    Configuration menu
    Copy the full SHA
    725dc66 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Configuration menu
    Copy the full SHA
    1a8b50b View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    8be3dbb View commit details
    Browse the repository at this point in the history