macOS
brew install tzlocal Homebrew formula metadata
brew
CLI time zone visualizer. Version 0.8.0 via Homebrew; verified from local package data.
install
brew install tzlocal Homebrew formula metadata
sudo apk add tzAlpine Linux edge package indexes · tz · source: dl-cdn.alpinelinux.org
nix profile install nixpkgs#tznixpkgs package indexes · pkgs/by-name/tz/tz/package.nix · source: api.github.com
overview
CLI time zone visualizer
history
tz is an interactive terminal helper for comparing times across selected IANA time zones. It is part of the small but persistent Unix tradition of wrapping tzdb names in more human-friendly command-line interfaces.
The oz/tz repository was created in January 2021. Its README presents the program as an interactive TUI for scheduling across time zones, displaying local time, UTC, and user-chosen zones.
The release history shows a fast early 2021 series through 0.6, then later releases in 2023, 2024, and 2025. The README documents a configuration file, an environment-variable workflow through `TZ_LIST`, command-line arguments, and Go source builds.
The README lists Homebrew and Arch packaging and `go install`; the batch package facts add apk and Nix. This is typical adoption for a small Go terminal app that solves a daily coordination problem for distributed teams.
Its adoption depends on the IANA time zone database naming scheme: users pass zone names such as `Europe/Paris` or `US/Pacific`, and the tool renders those names into local-time comparisons.
Typical use is to run `tz` with no arguments for local and UTC time, pass zone names on the command line, set `TZ_LIST` for shell-level defaults, or store preferred zones in `~/.config/tz/conf.toml`.
In package-manager workflows, tz is a lightweight install for people who do not want a calendar app just to answer cross-zone scheduling questions from the terminal.
tz matters as a small wrapper around tzdb rather than as new time-zone infrastructure. Package nerds care because it shows the value of keeping canonical zoneinfo data in the operating system while packaging focused CLI views on top.
security posture
narrow executable package without higher-risk signals.
green risk · low confidence · appliance
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
local files
These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.
Config paths the tool may read or write during local use.
~/.config/tz/conf.tomlexecutables
| Command | Kind | Exposure | Note |
|---|---|---|---|
tz | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
install metadata
| Package key | brew:tz |
|---|---|
| Version | 0.8.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/tz |
| Homepage | https://github.com/oz/tz |
| Repository | https://github.com/oz/tz |
| Upstream docs | https://github.com/oz/tz#readme |
| License | GPL-3.0-or-later |
| Source archive | https://github.com/oz/tz/archive/refs/tags/v0.8.0.tar.gz |
| Build dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| Source Database | Homebrew formula API |
|---|---|
| Tap | homebrew/core |
| Full Name | tz |
| Version Scheme | 0 |
| Revision | 0 |
| Head Version | HEAD |
| Bottle Stable Root URL | https://ghcr.io/v2/homebrew/core |
| Deprecated | no |
| Disabled | no |
| Keg Only | no |
| URL Keys |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
tz
nix profile install nixpkgs#tztz 0.8.0-r13
interactive TUI program that displays time across a few time zones of your choosing
sudo apk add tzsource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.