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

[bug] problems stopping specific timer #28

Open
masukomi opened this issue Feb 15, 2023 · 0 comments
Open

[bug] problems stopping specific timer #28

masukomi opened this issue Feb 15, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@masukomi
Copy link
Owner

masukomi commented Feb 15, 2023

if you have two timers going and say hey stop <id of earlier timer> 1 minute ago it will stop the most recently started one instead of the one specified.

The problem is that stop + id expects explicit 4 section time string (date + 24hr time), but it's not getting that and it's mistakenly not erroring out.

bug found on beta_9 branch, but probably exists in main.

@masukomi masukomi added the bug Something isn't working label Feb 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant