Linux command
tz 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
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]"
说明
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.
FAQ
What is the tz command used for?
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.
How do I run a basic tz example?
Run `tz` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
Where can I find more tz examples?
This page includes 3 examples for tz, plus related commands for nearby Linux tasks.