Set System Clock
set_system_clockSet the system date, time, or timezone on a MikroTik router. Idempotent check prevents redundant updates; dry-run mode available for preview.
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 | Yes | Target router identifier from the router registry | |
| 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 |