Verified jammy and kinetic:
(jammy)root@deep-thought:~# dpkg -s tzdata | grep ^Version Version: 2022g-0ubuntu0.22.04.1 (jammy)root@deep-thought:~# zdump -v America/Ciudad_Juarez | grep -v NULL | tail -n 1 America/Ciudad_Juarez Sun Nov 1 08:00:00 2499 UT = Sun Nov 1 01:00:00 2499 MST isdst=0 gmtoff=-25200 (jammy)root@deep-thought:~# python3 -c 'from datetime import datetime, timedelta; from icu import ICUtzinfo, TimeZone; tz = ICUtzinfo(TimeZone.createTimeZone("America/Ciudad_Juarez")); assert(tz.utcoffset(datetime(2022, 12, 1)) == timedelta(hours=-7))' (jammy)root@deep-thought:~#
(kinetic)root@deep-thought:~# dpkg -s tzdata | grep ^Version Version: 2022g-0ubuntu0.22.10.1 (kinetic)root@deep-thought:~# zdump -v America/Ciudad_Juarez | grep -v NULL | tail -n 1 America/Ciudad_Juarez Sun Nov 1 08:00:00 2499 UT = Sun Nov 1 01:00:00 2499 MST isdst=0 gmtoff=-25200 (kinetic)root@deep-thought:~# python3 -c 'from datetime import datetime, timedelta; from icu import ICUtzinfo, TimeZone; tz = ICUtzinfo(TimeZone.createTimeZone("America/Ciudad_Juarez")); assert(tz.utcoffset(datetime(2022, 12, 1)) == timedelta(hours=-7))' (kinetic)root@deep-thought:~#
Verified jammy and kinetic:
(jammy) root@deep- thought: ~# dpkg -s tzdata | grep ^Version 22.04.1 root@deep- thought: ~# zdump -v America/ Ciudad_ Juarez | grep -v NULL | tail -n 1 Ciudad_ Juarez Sun Nov 1 08:00:00 2499 UT = Sun Nov 1 01:00:00 2499 MST isdst=0 gmtoff=-25200 root@deep- thought: ~# python3 -c 'from datetime import datetime, timedelta; from icu import ICUtzinfo, TimeZone; tz = ICUtzinfo( TimeZone. createTimeZone( "America/ Ciudad_ Juarez" )); assert( tz.utcoffset( datetime( 2022, 12, 1)) == timedelta( hours=- 7))' root@deep- thought: ~#
Version: 2022g-0ubuntu0.
(jammy)
America/
(jammy)
(jammy)
(kinetic) root@deep- thought: ~# dpkg -s tzdata | grep ^Version 22.10.1 root@deep- thought: ~# zdump -v America/ Ciudad_ Juarez | grep -v NULL | tail -n 1 Ciudad_ Juarez Sun Nov 1 08:00:00 2499 UT = Sun Nov 1 01:00:00 2499 MST isdst=0 gmtoff=-25200 root@deep- thought: ~# python3 -c 'from datetime import datetime, timedelta; from icu import ICUtzinfo, TimeZone; tz = ICUtzinfo( TimeZone. createTimeZone( "America/ Ciudad_ Juarez" )); assert( tz.utcoffset( datetime( 2022, 12, 1)) == timedelta( hours=- 7))' root@deep- thought: ~#
Version: 2022g-0ubuntu0.
(kinetic)
America/
(kinetic)
(kinetic)