]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-113027: Fix test_variable_tzname in test_email (#113821)
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 8 Jan 2024 22:33:53 +0000 (00:33 +0200)
committerGitHub <noreply@github.com>
Mon, 8 Jan 2024 22:33:53 +0000 (22:33 +0000)
commit931d7e052e22aa01e18fcc67ed71b6ea305aff71
treee3dec18a8696876363667386b1a75b5bcfaa950a
parent92f96240d713a5a36c54515e44445b3cd0947163
gh-113027: Fix test_variable_tzname in test_email (#113821)

Determine the support of the Kyiv timezone by checking the result of
astimezone() which uses the system tz database and not the one
populated by zoneinfo.
Lib/test/test_email/test_utils.py