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 handling: duplicates and skipped entries traversing reoccurances #115

Open
mnahkies opened this issue May 24, 2024 · 1 comment
Open

Comments

@mnahkies
Copy link

mnahkies commented May 24, 2024

In a similar vein to #109 we're experiencing some issues with zoned rrule's and daylight saving boundaries.

Specifically:

  • When the clocks go forward, we see duplicate entries and one missing entry
    • Edit: the "missing" entry was actually supposed to be missing based on the rrule I used 🤦
  • When the clocks go backwards, we see missing entries

I've created a minimal reproduction here that asserts a 4 hour window to two DST boundaries for the Europe/London timezone:
https://github.com/mnahkies/rust-rrule-dst-bug/blob/main/src/test.rs

I'm open to attempting a patch for this, but unsure when I'll capacity to do so.

It would be great to get some feedback whether this would likely to be accepted, or if I'm doing something silly and this isn't an issue to start with.

@mnahkies
Copy link
Author

Re-tested with 0.13.0 that was recently released, and still appears to be an issue.

mnahkies/rust-rrule-dst-bug@2862dca

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