AlenkaF commented on issue #50041: URL: https://github.com/apache/arrow/issues/50041#issuecomment-4542462139
From a quick look I would think `zoneinfo` on Win is using `tzdata` package and that the versions of `tzdata` are different between the CI build and the verification job: version `2025` in the verification and `2026` in the CI build. Seems like the newer version does not accept `europe/brussels` string and falls back to `pytz`, but the older version supports the lower case string. It would be great if this would be supported for newer versions of tzdata, I think, so we would not need to depend on pytz in this case? -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
