[ 原始碼: python-tzlocal ]
套件:python3-tzlocal(5.2-1.1)
python3-tzlocal 的相關連結
Debian 的資源:
下載原始碼套件 python-tzlocal:
- [python-tzlocal_5.2-1.1.dsc]
- [python-tzlocal_5.2.orig.tar.gz]
- [python-tzlocal_5.2-1.1.debian.tar.xz]
維護小組:
外部的資源:
- 主頁 [github.com]
相似套件:
tzinfo object for the local timezone
This Python module returns a tzinfo object with the local timezone information.
Example of usage:
>>> from tzlocal import get_localzone >>> tz = get_localzone() >>> tz <DstTzInfo 'Europe/Warsaw' WMT+1:24:00 STD>
其他與 python3-tzlocal 有關的套件
|
|
|
|
-
- dep: python3
- interactive high-level object-oriented language (default python3 version)