diff options
author | John Estabrook <jestabro@vyos.io> | 2024-03-28 20:51:59 -0500 |
---|---|---|
committer | John Estabrook <jestabro@vyos.io> | 2024-05-03 13:32:39 -0500 |
commit | ee82253cda4e16ff04327b7235a8934497032ddc (patch) | |
tree | 77945af01fc7bd2b47904f6ecff6faa73a74fef0 /interface-definitions | |
parent | bd8993540c6c1fc089943052aac51c9c318ffe6f (diff) | |
download | vyos-1x-ee82253cda4e16ff04327b7235a8934497032ddc.tar.gz vyos-1x-ee82253cda4e16ff04327b7235a8934497032ddc.zip |
T6121: add section system time-zone
(cherry picked from commit b6c5e66cc44fdec21e6731d98a1065e2adf87b3b)
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/service_config-sync.xml.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/interface-definitions/service_config-sync.xml.in b/interface-definitions/service_config-sync.xml.in index cb51a33b1..e9ea9aa4b 100644 --- a/interface-definitions/service_config-sync.xml.in +++ b/interface-definitions/service_config-sync.xml.in @@ -495,6 +495,12 @@ <valueless/> </properties> </leafNode> + <leafNode name="time-zone"> + <properties> + <help>Local time zone</help> + <valueless/> + </properties> + </leafNode> </children> </node> <leafNode name="vpn"> |