Services System time
Digi Connect EZ Mini User Guide
414
(config)> system time timezone value
(config)>
Where value is the timezone using the format specified with the following command:
(config)> system time timezone ?
Timezone: The timezone for the location of this device. This is used to
adjust the time for log
messages. It also affects actions that occur at a specific time of day.
Format:
Africa/Abidjan
Africa/Accra
Africa/Addis_Ababa
...
(config)>
4. (Optional) Add an upstream NTP server that the device will use to synchronize its time to the
appropriate location in the list of NTPservers. The default setting is time.devicecloud.com.
n To delete the default NTP server, time.devicecloud.com:
(config)> del service ntp server 0
(config)>
n To add the NTP server to the beginning of the list, use the index value of 0 to indicate
that it should be added as the first server:
(config)> add service ntp server 0 time.server.com
(config)>
n To add the NTP server to the end of the list, use the index keyword end:
(config)> add service ntp server end time.server.com
(config)>
n To add the NTP server in another location in the list, use an index value to indicate the
appropriate position. For example:
(config)> add service ntp server 1 time.server.com
(config)>
Note This list is synchronized with the list of servers included with NTP server configuration,
and changes made to one will be reflected in the other. See Configure the device as an NTP
server for more information about NTP server configuration.
5. Save the configuration and apply the change:
(config)> save
Configuration saved.
>