mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-12 16:22:57 -07:00
Update tzlocal==5.0.1
This commit is contained in:
parent
80e6131a0d
commit
85bc9c39ae
6 changed files with 807 additions and 772 deletions
|
@ -9,5 +9,12 @@ if sys.platform == "win32":
|
|||
else:
|
||||
from tzlocal.unix import get_localzone, get_localzone_name, reload_localzone
|
||||
|
||||
from tzlocal.utils import assert_tz_offset
|
||||
|
||||
__all__ = ["get_localzone", "get_localzone_name", "reload_localzone"]
|
||||
|
||||
__all__ = [
|
||||
"get_localzone",
|
||||
"get_localzone_name",
|
||||
"reload_localzone",
|
||||
"assert_tz_offset",
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue