From 9a1126a3cba8c689528492b8516650b1dac9c3d1 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Fri, 20 Dec 2019 18:26:54 +0100 Subject: time-zone: rewrite with new cfgcmd syntax --- docs/system/time-zone.rst | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) (limited to 'docs/system') diff --git a/docs/system/time-zone.rst b/docs/system/time-zone.rst index 9e1690e8..d65e1d78 100644 --- a/docs/system/time-zone.rst +++ b/docs/system/time-zone.rst @@ -1,11 +1,18 @@ .. _timezone: +######### Time Zone -========= +######### -To set the system time zone type: +Time Zone setting is very important as e.g all your logfile entries will be +based on the configured zone. Without proper time zone configuration it will +be very difficult to compare logfiles from different systems. -.. code-block:: none +.. cfgcmd:: set system time-zone '' - [edit] - vyos@vyos# set system time-zone [time-zone] \ No newline at end of file + Specify the systems `` as the Region/Location that best defines + your location. For example, specifying US/Pacific sets the time zone to US + Pacific time. + + Command completion can be used to list available time zones. The adjustment + for daylight time will take place automatically based on the time of year. \ No newline at end of file -- cgit v1.2.3