[ 源代码: 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)