TimezoneΒΆ

The device timezone can be changed.

To set the timezone to Europe/Paris, do:

vsr running config# system
vsr running system# timezone Europe/Paris
vsr running system# commit

To display the timezone state, and the date:

vsr> show state / system
system
   timezone Europe/Paris
   date "Fri Jul 13 10:53:46 2018"
   (...)

The same configuration can be made using this NETCONF XML configuration:

vsr running system# show config xml absolute
<config xmlns="urn:6wind:vrouter">
  <system xmlns="urn:6wind:vrouter/system">
    <timezone>Europe/Paris</timezone>
  </system>
</config>