Global Timezone support added (tz=) (#1398)

This commit is contained in:
Chris Caron
2025-08-23 19:02:26 -04:00
committed by GitHub
parent 52801b6369
commit dca2f7aad8
13 changed files with 496 additions and 9 deletions

View File

@@ -45,6 +45,8 @@ dependencies = [
"PyYAML",
# Root certificate authority bundle
"certifi",
# Always ship IANA tzdb on Windows so ZoneInfo works
"tzdata; platform_system == 'Windows'",
]
# Identifies all of the supported plugins
@@ -220,6 +222,7 @@ all-plugins = [
]
windows = [
"pywin32",
"tzdata",
]
[project.urls]