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

INSTALL

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

HISTORY

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

SEE ALSO

Braincup
Open source brain training for math, memory and focus
Braincup mini-games
41 mini-games · Apache-2.0
No ads · No tracking
Play in browser
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid
276 stars
From the maker of Linux Command Library
Copied to clipboard
Braincup
Open source brain training for math, memory and focus. 41 mini-games, from mental arithmetic to Sudoku, N-Back and Solo Chess.
Apache-2.0 licensed · No ads · No tracking · No account
From the maker of Linux Command Library
Download Braincup on the App StoreGet Braincup on Google PlayGet Braincup on F-Droid