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

Change unit test to use "America/New_York" time zone name. #108

Merged

Conversation

da4089
Copy link

@da4089 da4089 commented Feb 1, 2025

Ubuntu 24.10 (at least) has removed the "US/*" time zone names from the installed zoneinfo database: the files are now available through a supplementary package, "tzdata-legacy", but it is not installed by default.

To avoid confusing, pointless, breakage, switch to using the "America/New_York" name, which is (thus far) universally available, but semantically identical.

Ubuntu 24.10 (at least) has removed the "US/*" time zone names from the
installed zoneinfo database: the files are now available through a
supplementary package, "tzdata-legacy", but it is not installed by
default.

To avoid confusing, pointless, breakage, switch to using the
"America/New_York" name, which is (thus far) universally available,
but semantically identical.
@da4089 da4089 linked an issue Feb 1, 2025 that may be closed by this pull request
@da4089 da4089 merged commit 29034e1 into master Feb 1, 2025
8 checks passed
@da4089 da4089 deleted the 107-running-test_icalendarpytest_omits_dst_offset-fails branch February 1, 2025 05:32
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

Successfully merging this pull request may close these issues.

Running test_icalendar.py::test_omits_dst_offset fails.
1 participant