Fix timezone parsing functions for non-hour timezones by jcowgill · Pull Request #1547 · gitpython-developers/GitPython

@jcowgill

The `utctz_to_altz` and `altz_to_utctz_str` functions fail to handle
timezones with UTC offsets that are not a multiple of one
hour. Rewrite them and add some unit tests.

Fixes gitpython-developers#630

Byron

approved these changes Jan 25, 2023