pbs_node_time_get
Retrieve the current local time and timezone of a PBS node for time synchronization checks.
Instructions
READ-ONLY: read a PBS node's current time and timezone. Returns {localtime, time, timezone}. Use pbs_node_time_set to change the timezone. Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | PBS node name (or 'localhost'). | localhost |
| 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 |