Displays current time, date, and timezone information.
info_providerxfetch-plugin-timezonedate (required), timedatectl (optional){
"info_plugins": [{ "plugin": "timezone" }],
"modules": ["plugin:timezone"]
}
| Field | Required | Default | Description |
|---|---|---|---|
format | No | %Z %z | date format string for timezone display |
The format arg is ignored on Windows (no GNU date); Linux and macOS only.
| State | Output |
|---|---|
| Normal | Wednesday, 23 July 2026 14:30 / America/New York (EST -05:00) |
| Not detected | Timezone: unknown |
Timezone is detected from /etc/timezone > /etc/localtime symlink > timedatectl.