/tz-convert

CLI based timezone converter

Primary LanguageRustThe UnlicenseUnlicense

tz-convert

tz-convert is a simple command-line utility for converting and displaying times across multiple timezones.

Features

  • Display current local time and times in multiple predefined timezones.
  • Convert a specified time to multiple predefined timezones.

Supported Timezones

  • UTC
  • US/Eastern
  • US/Central
  • US/Mountain
  • US/Pacific
  • Europe/London
  • Europe/Berlin
  • Asia/Tokyo
  • Australia/Sydney

Download

You can download the latest release of tz-convert for Linux and Windows from the Releases page.

Suggestions and Additions

If you have any suggestions or would like to add more timezones, please raise an issue on the Issues page.

Usage

Linux

Download the Linux binary, make it executable, and run it:

chmod +x tz-convert-linux
./tz-convert-linux

Windows

Download the Windows binary and run it.