diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-20 18:26:54 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-20 18:26:54 +0100 |
commit | 9a1126a3cba8c689528492b8516650b1dac9c3d1 (patch) | |
tree | 033f07f57c22f1a84e3c3a49fdccae692d45337e /docs | |
parent | 07a59dd05daa4c4f63b15b62093dd441e7283b60 (diff) | |
download | vyos-documentation-9a1126a3cba8c689528492b8516650b1dac9c3d1.tar.gz vyos-documentation-9a1126a3cba8c689528492b8516650b1dac9c3d1.zip |
time-zone: rewrite with new cfgcmd syntax
Diffstat (limited to 'docs')
-rw-r--r-- | docs/system/time-zone.rst | 17 |
1 files changed, 12 insertions, 5 deletions
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 '<timezone>' - [edit] - vyos@vyos# set system time-zone [time-zone]
\ No newline at end of file + Specify the systems `<timezone>` 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 |