-
-
Notifications
You must be signed in to change notification settings - Fork 67
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
[Bug] TimePrecision does not work correctly when set min
value
#83
Comments
Not sure what exactly the issue is. Could you provide a REPL link and clear specific instructions? |
Please test and confirm whether you can reproduce the phenomenon on your side or not. Thanks ~ |
Edit: nvm, I see the issue! Confused >= with <= |
@probablykasper Hello, Are you/ your team working on this? |
No, I'm not working on it for now |
For now I'd recommend just not using specific |
Testing environment: REPL
Reproduce steps
65
->54
->43
->32
->21
->10
->11
->12
-> ... ->19
As-is: the hour and minute sometimes does not display well when setting min and max
To-be: the hour and minute sometimes should display well when setting min and max
The text was updated successfully, but these errors were encountered: