What is the expected behaviour?
MythTVs implementation of the datetime class should only use time-zones defined by the ZoneInfo module,
which is part of the Python distribution (since Python 3.9).
The hand crafted implementation of time-zones (posixtzinfo) and its usage should be removed.