pve_node_time_get
Get the current local time and timezone of a Proxmox VE node. Returns localtime, time, and timezone values for time verification or synchronization checks.
Instructions
READ-ONLY: get the current time and timezone of a PVE node.
GET /nodes/{node}/time. VERIFIED live (PVE 9.2): returns a dict {localtime, time, timezone}. To change the timezone use pve_node_time_set.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PVE node name to query; defaults to the configured node if omitted. | |
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |