As part of #200 (which added the Python datetime bindings), the update for the full Python 3.7 interface, which includes:
The timezone API was added to CPython in PR 5032.
I believe this can be accompanied on the Rust side by a PyFixedTimeZone object or something. It's worth noting that no _Check methods accompany this, because you are really not intended to subclass these things.