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

Fix Windows time zone disambiguation #199

Open
sffc opened this issue Feb 19, 2025 · 0 comments
Open

Fix Windows time zone disambiguation #199

sffc opened this issue Feb 19, 2025 · 0 comments
Labels
C-bug Something isn't working
Milestone

Comments

@sffc
Copy link
Contributor

sffc commented Feb 19, 2025

@nekevss says:

Are you looking into the test being broken on windows? If so, it may be worthwhile to know that windows right now is back by a prepackaged "slim" version of the TZDB that is different than the local system tzdb on mac and linux which are package as "FAT".

As a result, the test for the new function Temporal.Duration.compare, when given a ZonedDateTime, is failing on Windows with this error:

called Result::unwrap() on an Err value: TemporalError { kind: Range, msg: "Offsets could not be determined without disambiguation" }

I believe this issue can only be resolved by improving Windows time zone data.

CC @lockels

@nekevss nekevss added the C-bug Something isn't working label Feb 23, 2025
@nekevss nekevss added this to the 0.1 Blocking milestone Mar 3, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants