TimezoneΒΆ
The device timezone can be changed.
To set the timezone to Europe/Paris
, do:
vsr running config# / system timezone Europe/Paris
To display the timezone state:
vsr> show state / system timezone
timezone Europe/Paris
The same configuration can be made using this NETCONF XML configuration:
vsr> show config xml absolute nodefault / system timezone
<config xmlns="urn:6wind:vrouter">
<system xmlns="urn:6wind:vrouter/system">
<timezone>Europe/Paris</timezone>
</system>
</config>