You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR fixes the issue reported in #1260 where tests failed on Windows
because the "Europe/Berlin" timezone could not be loaded.
On Linux, zoneinfo can read timezone data from the system, but on
Windows it requires the PyPI tzdata package.
0 commit comments