UnknownTimeZoneError: 'Europe/Kyiv' in python3-tz
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
python-tz (Ubuntu) |
Fix Released
|
High
|
Benjamin Drung | ||
Focal |
Fix Released
|
Undecided
|
Unassigned | ||
Jammy |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
[ Impact ]
I install latest updates on my Ubuntu 20.04 and 22.04 and timezone has changed from Europe/Kiev to Europe/Kyiv, which caused error in my service:
pytz.exceptions
The problem exists on:
Ubuntu 20.04 python3-tz version - 2019.3-1
Ubuntu 22.04 with version of python3-tz - 2022.1-1.
The problem is solved for kinetic release. Could you please add 'Europe/Kyiv' timezone for previous releases.
[ Test plan ]
Execute following script:
```
#!/usr/bin/python3
from pytz import timezone
print(timezone(
```
[ Where problems could occur ]
The list of timezones are brought up-to-date with the latest tzdata version, but this can cause failures with outdated tzdata package versions.
tags: | added: focal impish jammy |
description: | updated |
tags: | added: regression-update |
tags: | added: foundations-todo |
Changed in python-tz (Ubuntu): | |
importance: | Undecided → High |
assignee: | nobody → Benjamin Drung (bdrung) |
description: | updated |
Changed in python-tz (Ubuntu): | |
status: | Confirmed → Fix Released |
tags: | added: verification-done-focal verification-done-jammy |
tags: | removed: foundations-todo |
Status changed to 'Confirmed' because the bug affects multiple users.