From: Daniele Varrazzo Date: Tue, 19 Aug 2025 14:51:35 +0000 (+0200) Subject: test: use current timezone name X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fheads%2Fmaster;p=thirdparty%2Fpsycopg.git test: use current timezone name --- diff --git a/tests/types/test_datetime.py b/tests/types/test_datetime.py index 41a4e6285..6ed17aed7 100644 --- a/tests/types/test_datetime.py +++ b/tests/types/test_datetime.py @@ -351,7 +351,7 @@ class TestDateTimeTz: ("2000,1,2,3,0,0,456789~2", "2000-01-02 03:00:00.456789", "-02:00"), ("2000,1,2,3,0,0,456789~-2", "2000-01-02 03:00:00.456789", "+02:00"), ("2000,12,31~2", "2000-12-31", "-02:00"), - ("1900,1,1~05:21:10", "1900-01-01", "Asia/Calcutta"), + ("1900,1,1~05:21:10", "1900-01-01", "Asia/Kolkata"), ] @crdb_skip_datestyle