Comment 18 for bug 207604

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

Everytime a new timezone is added to tzdata in an update, this timezone cannot be used in pytz with the hardcoded list of timezones. For jammy this applies to America/Ciudad_Juarez (when comparing pytz to tzdata 2023c).

Test case for jammy:

```
import pytz
pytz.timezone("America/Ciudad_Juarez")
```

This should not raise UnknownTimeZoneError.