LinuxCommandLibrary
GitHubF-DroidGoogle Play Store

tz

Interactive terminal-based time zone helper

TLDR

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

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`).

HISTORY

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

SEE ALSO

Copied to clipboard
Kai