Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Bug-Debian: https://bugs.debian.org/
1043968
Forwarded: no
Gbp-Pq: Name accept_system_tzdata.patch
utc_zoneinfo = ZoneInfo("UTC")
except zoneinfo.ZoneInfoNotFoundError:
return False
- # Warn if tzdata is too old, even if there is a system tzdata to alert
- # users about the mismatch between local/system tzdata
- import_optional_dependency("tzdata", errors="warn", min_version="2022.7")
return tz is utc_zoneinfo
"numpy>=1.23.2; python_version=='3.11'",
"numpy>=1.26.0; python_version>='3.12'",
"python-dateutil>=2.8.2",
- "pytz>=2020.1",
- "tzdata>=2022.7"
+ "pytz>=2020.1"
]
classifiers = [
'Development Status :: 5 - Production/Stable',