-
Notifications
You must be signed in to change notification settings - Fork 769
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
base: main
Are you sure you want to change the base?
Update code.py #775
Conversation
Noticed that midnight was not handled properly for cases like "Five to Midnight" or "Twenty after Midnight". Was seeing noon instead of midnight.
@elmwoodelec Thank you for submitting a Pull Request. Your code is currently not passing the linter due to an Once you fix that up, re-commit and we'll take a look! |
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Noticed that midnight was not handled properly for cases like "Five to Midnight" or "Twenty after Midnight". Was seeing noon instead of midnight.
@elmwoodelec This branch is out-of-date with master, you'll need to merge the latest changes from @TheKitty Could you take a look at this PR and review? |
Let me know when ready and I'll check
…On Thu, Aug 8, 2019 at 9:22 AM Brent Rubell ***@***.***> wrote:
@elmwoodelec <https://github.com/elmwoodelec> This branch is out-of-date
with master, you'll need to merge the latest changes from master into it.
@TheKitty <https://github.com/TheKitty> Could you take a look at this PR
and review?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#775?email_source=notifications&email_token=AAOSY4GAEG6MYIGMX5Z6B2LQDQMZNA5CNFSM4IF4TAB2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOD33S3VA#issuecomment-519515604>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAOSY4FCZZET26G5HTCOI6LQDQMZNANCNFSM4IF4TABQ>
.
|
Noticed that midnight was not handled properly for cases like "Five to Midnight" or "Twenty after Midnight". Was seeing noon instead of midnight.