macOS
brew install tzlocal Homebrew formula metadata
安装
brew install tzlocal Homebrew formula metadata
sudo apk add tzAlpine Linux edge package indexes · tz · 来源: dl-cdn.alpinelinux.org
nix profile install nixpkgs#tznixpkgs package indexes · pkgs/by-name/tz/tz/package.nix · 来源: api.github.com
概览
CLI time zone visualizer
历史
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.
安全态势
narrow executable package without higher-risk signals.
绿色 风险 · 低 置信度 · appliance
在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。
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.toml可执行文件
| 命令 | 类型 | 暴露范围 | 备注 |
|---|---|---|---|
tz | 可执行文件 | 已索引可执行文件 | 从本地可执行文件索引发现。 |
新鲜度
这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。
安装元数据
| 软件包键 | brew:tz |
|---|---|
| 版本 | 0.8.0 |
| 软件包管理器 | Homebrew |
| 主页 | https://github.com/oz/tz |
| 仓库 | https://github.com/oz/tz |
| 最后更新 | 2026-07-26T03:12:24+02:00 |
| Pulse | updated |
| Bottle | 未记录 |
| 服务 | 未声明 |
源数据库匹配
匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。
tz
nix profile install nixpkgs#tztz 0.8.0-r14
interactive TUI program that displays time across a few time zones of your choosing
sudo apk add tz来源线索
此页面由 av-web 从 scripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。
View the package source record on GitHub.