Set System Clock
set_system_clockConfigure the system clock on a MikroTik router, with idempotent updates and dry-run to preview changes.
Instructions
Set the system date, time, and/or timezone on a MikroTik router. Idempotent: returns already_set if the values already match. Supports dry-run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| routerId | No | Router ID; omit to use the default router. | |
| date | No | Date in RouterOS format: mon/dd/yyyy (e.g. jan/02/2006) | |
| time | No | Time in RouterOS format: hh:mm:ss (e.g. 15:04:05) | |
| timeZoneName | No | IANA timezone name (e.g. Europe/London, UTC) | |
| dryRun | No | Preview changes without applying. |