Add system timezone to the web configuration table

This commit is contained in:
samwiseg00 2018-10-23 21:55:32 -07:00
parent 8fff796700
commit fdc9f165a4

View file

@ -71,6 +71,10 @@ DOCUMENTATION :: END
<td>Platform:</td>
<td>${common.PLATFORM} ${common.PLATFORM_RELEASE} (${common.PLATFORM_VERSION + (' - {}'.format(common.PLATFORM_LINUX_DISTRO) if common.PLATFORM_LINUX_DISTRO else '')})</td>
</tr>
<tr>
<td>System Timezone:</td>
<td>${plexpy.SYS_TIMEZONE} (${'UTC{}'.format(plexpy.SYS_UTC_OFFSET)})
</tr>
<tr>
<td>Python Version:</td>
<td>${sys.version}</td>