Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid using legacy time zone names in tests
This commit replaces legacy time zone names (US/Eastern and US/Central) with their current identifiers (America/New_York and America/Chicago) across all tests. Recent Debian distributions no longer include legacy time zone names in the default installation, as they are moved to the tzdata-legacy package. As a result, tests relying on these legacy names fail without the tzdata-legacy package installed.
- Loading branch information