Skip to content

meowgorithm/tz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🌐 A time zone helper

tz helps you schedule things across time zones. It is an interactive TUI program that displays time across a few time zones of your choosing.

Installing

The quickest thing is probably to grab a release, but no one will be harmed if you build from source.

Usage

Start tz to show the local time, as well as the UTC time zone. It's nicer to set the TZ_LIST environment variable with a comma-separated list of tz data zone names:

Configuration

Zone Alias

tz is configured only through TZ_LIST, and that limits us to the tz database names, but you can alias these names using a special value: the tz name followed by ; and your alias:

TZ_LIST="Europe/Paris;EMEA office,US/Central;US office"

Building

Clone this repository and run:

go build .

License

The GPL3 license.

Copyright (c) 2021 Arnaud Berthomier

About

🌐 A time zone helper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%