Comment 4 for bug 2017982

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

```
$ dpkg -s tzdata | grep ^Version
Version: 2023c-0ubuntu0.22.04.1
$ TZ=America/Ensenada date -d "2023-04-28 13:49 Z"
Fri Apr 28 05:49:00 PST 2023
$ TZ=Atlantic/Jan_Mayen date -d "2023-04-28 13:49 Z"
Fri Apr 28 12:49:00 -01 2023
$ TZ=Europe/Tiraspol date -d "2023-04-28 13:49 Z"
Fri Apr 28 16:49:00 MSK 2023
```

```
$ dpkg -s tzdata | grep ^Version
Version: 2023c-0ubuntu0.22.04.0
$ TZ=America/Ensenada date -d "2023-04-28 13:49 Z"
Fri Apr 28 06:49:00 PDT 2023
$ TZ=Atlantic/Jan_Mayen date -d "2023-04-28 13:49 Z"
Fri Apr 28 15:49:00 CEST 2023
$ TZ=Europe/Tiraspol date -d "2023-04-28 13:49 Z"
Fri Apr 28 16:49:00 EEST 2023
```

Can you open separate bug reports for those? It looks like they have separate underlying reasons. Jan Mayen is an island belonging to Norway. So it should be more detailed. Ensenada probably lacks the recent updates from Tijuana.