Improve timezone fallback

This commit is contained in:
JonnyWong16 2019-05-02 20:00:32 -07:00
commit 43b350a1cc
3 changed files with 7 additions and 6 deletions

View file

@ -73,7 +73,7 @@ DOCUMENTATION :: END
</tr>
<tr>
<td>System Timezone:</td>
<td>${plexpy.SYS_TIMEZONE} (${'UTC{}'.format(plexpy.SYS_UTC_OFFSET)})
<td>${plexpy.SYS_TIMEZONE.zone} (${'UTC{}'.format(plexpy.SYS_UTC_OFFSET)})
</tr>
<tr>
<td>Python Version:</td>