Getting started
Installation
pip install timezonefinder
for improved speed also install the optional dependency numba via its extra (also check the performance chapter):
pip install timezonefinder[numba]
in case you are using pytz, also require it via its extra to avoid incompatibilities (e.g. due to updated timezone names):
pip install timezonefinder[pytz]
For installation within a Conda environment see instructions at conda-forge feedstock
Dependencies
please confer to the pyproject.toml
Basic Usage
All available features of this package are explained HERE.
Examples for common use cases can be found HERE.