When working with people that are not in your local timezone, the available resources are the usual webpages that only show one hour at a time, which is pretty inconvenient.
With this package you can quickly compare a full day of your timezone against foreign ones.
pip install -U timezone-converter
timezone-converter <timezone> [<timezone> ...]
docker run --rm -t bledy/timezone-converter <timezone> [<timezone> ...]
Multiple timezones can be provided to get a side-by-side comparison.
The row containing the current hour will be highlighted.
Using the --single
argument, you can output a single hour. If you don't
provide a value, the current hour will be displayed.
Using the --list
argument, you can see a pretty list of available timezones,
by groups, and sorted alphabetically.
$ timezone-converter --list
This project is licensed under the terms of the MIT license.