Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.43 KB

README.md

File metadata and controls

26 lines (21 loc) · 1.43 KB

pre-commit.ci status Tests codecov

multizone

Command line tool for calculating times in multiple different timezones.

Say that you want to schedule a zoom meeting at 15:30 New York time with people in then you can type the following to get

$ multizone 15:30 EST --zones US/Alaska Europe/Berlin Asia/Tokyo
Asia/Tokyo     Thu, 02 Feb, 2023 at 05:30 AM +0900
Europe/Berlin  Wed, 01 Feb, 2023 at 21:30 PM +0100
EST            Wed, 01 Feb, 2023 at 15:30 PM -0500
US/Central     Wed, 01 Feb, 2023 at 14:30 PM -0600
US/Alaska      Wed, 01 Feb, 2023 at 11:30 AM -0900

In addition, the local time zone is always included in the list of times.

See multizone --help for all the options. A toml configuration file can be placed in ~/.config/multizone/multizone.toml to include frequently used timezones, timezeone aliases, and time formatting. See the example in multizone.example.toml.