From fdc9f165a4ea2e431a85a558b88d91f0d5278c85 Mon Sep 17 00:00:00 2001 From: samwiseg00 Date: Tue, 23 Oct 2018 21:55:32 -0700 Subject: [PATCH] Add system timezone to the web configuration table --- data/interfaces/default/configuration_table.html | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/interfaces/default/configuration_table.html b/data/interfaces/default/configuration_table.html index 3095dec2..f7717d1a 100644 --- a/data/interfaces/default/configuration_table.html +++ b/data/interfaces/default/configuration_table.html @@ -71,6 +71,10 @@ DOCUMENTATION :: END Platform: ${common.PLATFORM} ${common.PLATFORM_RELEASE} (${common.PLATFORM_VERSION + (' - {}'.format(common.PLATFORM_LINUX_DISTRO) if common.PLATFORM_LINUX_DISTRO else '')}) + + System Timezone: + ${plexpy.SYS_TIMEZONE} (${'UTC{}'.format(plexpy.SYS_UTC_OFFSET)}) + Python Version: ${sys.version}