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

Midnight time 24 hour mode strange behavior #46

Closed
ssukienn opened this issue Apr 10, 2020 · 1 comment
Closed

Midnight time 24 hour mode strange behavior #46

ssukienn opened this issue Apr 10, 2020 · 1 comment

Comments

@ssukienn
Copy link

ssukienn commented Apr 10, 2020

Hi, seen similar issue in closed ones but I think this one is different.

Was seeing it in most recent version of Chrome/Firefox

Current behavior:

  • Sometimes choosing 00 hour in 24h mode is setting display to 24:xx or 0:xx (specifically when you drag pointer (without releasing) from the right side of 00 clock hour it will be 0:xx, from left side : 24:xx)
  • fomatted24 property from onChange callback is returned as 0:00

Expected behavior:

  • display hour is 00:xx always
  • fomatted24 property is returned as 00:00

image
image

#EDIT:
Ok, I see that number in hours without leading zero for lower than 10 is by choice here. It would be perfect if you could modify the format displayed there. Personally I find hour 09:15 looking better in case of display in top bar

@catc catc closed this as completed in b9df43e Sep 29, 2020
@catc catc reopened this Sep 29, 2020
@catc catc closed this as completed in e550433 Sep 29, 2020
@catc
Copy link
Owner

catc commented Sep 29, 2020

Should be fixed - as for the custom format for time display, maybe i'll add it as a feature in the future.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants