when-cli is a timezone conversion tool. It takes as input a natural time string, can also be a time range, and converts it into different timezone(s) at specific location(s).
- Local: Everything runs on your local machine, no internet connection needed
- Fast: it's fast! 🚀
- Easy: quick to install – start using it in minutes.
- Customizable: configure every aspect to your needs.
- Colorful: beautiful colors and Emoji 😎 support.
You can install when-cli from PyPI with pipx
):
$ pipx install when-cli
or install it with pip
:
$ python3 -m pip install when-cli
You can also download and use the pre-build binary from the latest Release.
$ when-cli "7. May 06:00 to May 7th 12:00 in PMI" -l America/Los_Angeles -l klu -l PMI
See Usage for more details.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.