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

Feature -> Add time zone support #165

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

gdelataillade
Copy link
Owner

@gdelataillade gdelataillade commented Mar 14, 2024

This will update alarm trigger time when changing time zone:

Foreground

  • Change time zone to the future and alarm reschedule at the correct time.
  • Change time zone to the future and if alarm new trigger time is past then cancel it.
  • Change time zone to the past and alarm reschedule at the correct time.

iOS Background

  • Change time zone to the future and alarm rings at the correct time.
  • Change time zone to the future and if alarm new trigger time is past then cancel it.
  • Change time zone to the past and alarm rings at the correct time.

Android Background

  • Change time zone to the future and alarm rings at the correct time.
  • Change time zone to the future and if alarm new trigger time is past then cancel it.
  • Change time zone to the past and alarm rings at the correct time.

@gdelataillade gdelataillade added the work in progress This issue is being worked on label Mar 14, 2024
@gdelataillade gdelataillade linked an issue Mar 14, 2024 that may be closed by this pull request
@gdelataillade gdelataillade changed the title Add time zone support Feature -> Add time zone support Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
work in progress This issue is being worked on
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Alarm ring uncorrect when change time zone
1 participant