terraform-routeros / terraform-provider-routeros

Terraform Provider for Mikrotik RouterOS
Mozilla Public License 2.0
165 stars 46 forks source link

/system/clock set timezone= #453

Closed tofkamp closed 1 month ago

tofkamp commented 1 month ago

Is your feature request related to a problem? Please describe. To show the time correct on a mikrotik switch, I need to set the timezone. The switch has the right time (ntp-client), but not the right timezone.

Describe the solution you'd like Have a /system/clock resource.

[admin@mikrotik] > /system/clock/print
                  time: 14:14:37
                  date: 2024-05-13
  time-zone-autodetect: yes
        time-zone-name: Europe/Amsterdam
            gmt-offset: +02:00
            dst-active: yes

Additional context There is also a suboption /system/clock/manual/... , to set the time to some manual settings. I do not need it, but maybe someone else.

vaerh commented 1 month ago

:tada: This issue has been resolved in version 1.49.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: