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

Time Zone Configuration #22

Open
1 task done
PSchmiedmayer opened this issue Jul 30, 2023 · 1 comment
Open
1 task done

Time Zone Configuration #22

PSchmiedmayer opened this issue Jul 30, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@PSchmiedmayer
Copy link
Member

PSchmiedmayer commented Jul 30, 2023

Problem

Some tasks are time-zone independent, while others should adjust to the time zone based on calendar components (e.g., every day at 7 PM).

Solution

Add a configuration to make the time zone changes configurable: Either always use the same time on a day independent of the time zone or adjust the time to the current time zone. We suggest making this a configuration that can be defined and dynamically changed on a schedule (e.g., a developer can add a toggle per task/schedule that would change the presentation based on the value on the toggle).

Code of Conduct

  • I agree to follow this project's Code of Conduct and Contributing Guidelines
@PSchmiedmayer PSchmiedmayer added the enhancement New feature or request label Jul 30, 2023
@PSchmiedmayer PSchmiedmayer moved this to Backlog in Project Planning Jul 30, 2023
@Supereg
Copy link
Member

Supereg commented Sep 10, 2024

This should be tackled after we merge #44. We could explore if it is enough to just use the autoupdatingCurrent calendar. If the autoupdating calendar can be encoded and decoded from the SwiftData store, we might be able to support this without needing additional support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Backlog
Development

No branches or pull requests

2 participants