Description: update for tzdata (2023c-8) (see Debian: #1040997)
Author: tony mancill <tmancill@debian.org>
Bug-Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1052831
Forwarded: no

--- a/tests/test_data_types.py
+++ b/tests/test_data_types.py
@@ -357,7 +357,7 @@
         ))
 
     def test_cast_parser_timezone(self):
-        tzinfo = ZoneInfo('US/Pacific')
+        tzinfo = ZoneInfo('America/Los_Angeles')
         datetime_type = DateTime(timezone=tzinfo)
 
         values = ('3/1/1994 12:30 PM', '2/17/2011 06:30', None, 'January 5th, 1984 22:37', 'n/a')
