Currently there is no documentation for `gettz`, which is the primary interface through which one gets Olson database zones. Some prior art that should be cobbled together to make real documentation: - [Here are some slides about gettz](https://pganssle.github.io/pygotham-2016-dateutil-talk/#/4/3) - [video here](https://youtu.be/X_bCto95Imc?t=20m25s) (audio is messed up) - [Here is the actual implementation](https://github.com/dateutil/dateutil/blob/master/dateutil/tz/tz.py#L1431) Unfortunately not a whole lot to go on.
Currently there is no documentation for
gettz, which is the primary interface through which one gets Olson database zones.Some prior art that should be cobbled together to make real documentation:
Unfortunately not a whole lot to go on.