tz

Interactive terminal-based time zone helper

TLDR

Display configured time zones
$ tz
Display specific zones with labels
$ TZ_LIST="Europe/Paris,EMEA;US/Central,US" tz
Show a specific timezone
$ tz "[America/New_York]"

SYNOPSIS

tz [options] [zones...]

DESCRIPTION

tz is an interactive TUI program that displays time across multiple time zones of your choosing. It uses standard tz database names and can be configured via the TZ_LIST environment variable, a config file, or command arguments. Useful for scheduling across distributed teams.

CONFIGURATION

~/.config/tz/conf.toml

Configuration file supporting custom time zone aliases.
TZ_LIST
Semicolon-separated list of time zones, optionally with commas to set aliases (e.g., `Europe/Paris,EMEA;US/Central,US`).

INSTALL

sudo apk add tz
brew install tz
nix profile install nixpkgs#tz

HISTORY

tz was created by Arnaud Berthomier (oz) and is written in Go.

SEE ALSO

timedatectl(1), date(1), tzupdate(1)