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

DST not respected #1

Open
linco95 opened this issue Dec 17, 2021 · 0 comments
Open

DST not respected #1

linco95 opened this issue Dec 17, 2021 · 0 comments

Comments

@linco95
Copy link
Owner

linco95 commented Dec 17, 2021

When the times change from DST. When the time change is happening, some activities travel back in time to be colliding with existing reservations.
There are some solutions for this:

  • Don't put reservations at time period including the time change dates
  • Move every reservation by a timestep to avoid the times the change is actually happening (will not work well with different user timezones (don't know user timezone in this tool, so no easy way of knowing how much we need to move them)
  • Do the reservations in local timezone of the current system, and assume it is the same as the importing user.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant