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

Weekdays alarm modifies its time by timezone hour offset after each alarm #126

Open
bradx954 opened this issue Jan 11, 2022 · 0 comments
Open
Labels

Comments

@bradx954
Copy link

bradx954 commented Jan 11, 2022

Describe the bug
When I set an alarm for week days at 7am it goes as follows.

1st alarm: Works as intended goes off at 7am.
2nd alarm: Goes off at 2am.
3rd alarm: Goes off at 9pm.

This behavior was confusing to me until I realized my timezone is est(-5 hours) which does not seem like a coincidence since the alarm regresses by exactly 5 hours everytime.

To Reproduce
Set timezone to est in mycroft.conf
"Set an alarm for weekdays at 7 in the morning"
Wait for alarms to drift from target time.

Expected behavior
Alarm to go off at 7am every week day..

@bradx954 bradx954 added the bug label Jan 11, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant