From 64fcab6b0da2b9cd5bb2bfb3e7e32e24ac6371c6 Mon Sep 17 00:00:00 2001 From: Jorge Miguel Lobo Escalona Date: Tue, 28 Nov 2023 16:44:35 +0100 Subject: [PATCH] B #6352: add config sunstone-server-conf (#2846) --- src/fireedge/etc/sunstone/sunstone-server.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/fireedge/etc/sunstone/sunstone-server.conf b/src/fireedge/etc/sunstone/sunstone-server.conf index c23f583a52..cf8ae618cf 100644 --- a/src/fireedge/etc/sunstone/sunstone-server.conf +++ b/src/fireedge/etc/sunstone/sunstone-server.conf @@ -112,3 +112,8 @@ langs: # vi: 'Vietnamese' zh_CN: 'Chinese (China)' # zh_TW: 'Chinese (Taiwan)' + +# Time Zone +# You may use it to change the time zone. +# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones +# currentTimeZone: "Europe/Madrid" \ No newline at end of file