]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.11] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113832)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 12 Jan 2024 11:59:23 +0000 (12:59 +0100)
committerGitHub <noreply@github.com>
Fri, 12 Jan 2024 11:59:23 +0000 (11:59 +0000)
commit64d8f39a12821adc24f899790b6d03e4599949f4
treece7ef250e7dcc04e5e8baebfd84f26775d87ee3f
parent96eff8c1502298194802029f8d129ba0db1eec63
[3.11] gh-113027: Fix test_variable_tzname in test_email (GH-113821) (GH-113832)

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.
(cherry picked from commit 931d7e052e22aa01e18fcc67ed71b6ea305aff71)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_email/test_utils.py