Comment 11 for bug 1998321

Revision history for this message
Benjamin Drung (bdrung) wrote :

Verified kinetic, jammy, focal, bionic:

(kinetic)root@host:~# dpkg -s tzdata | grep ^Version
Version: 2022g-0ubuntu0.22.10.0
(kinetic)root@host:~# 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@host:~# dpkg -s tzdata | grep ^Version
Version: 2022g-0ubuntu0.22.04.0
(jammy)root@host:~# 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

(focal)root@host:~# dpkg -s tzdata | grep ^Version
Version: 2022g-0ubuntu0.20.04.0
(focal)root@host:~# 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

(bionic)root@host:~# dpkg -s tzdata | grep ^Version
Version: 2022g-0ubuntu0.18.04
(bionic)root@host:~# zdump -v America/Ciudad_Juarez | grep -v NULL | tail -n 1
America/Ciudad_Juarez Sun Nov 7 08:00:00 2038 UT = Sun Nov 7 01:00:00 2038 MST isdst=0 gmtoff=-25200
(bionic)root@host:~# diff <(zdump -v America/Phoenix | cut -d' ' -f2-) <(zdump -v SystemV/MST7 | cut -d' ' -f2-)
(bionic)root@deep-thought:~#