tzlocal: Python timezone information for the local timezone¶
Description¶
tzinfo object for the local timezone
Type¶
standard
Dependencies¶
$(PYTHON)
$(PYTHON_TOOLCHAIN)
pytz_deprecation_shim: Shims to make deprecation of pytz easier
Version Information¶
package-version.txt:
5.0.1
version_requirements.txt:
tzlocal >=2.1
Equivalent System Packages¶
$ sudo pacman -S python-tzlocal
$ conda install tzlocal
$ sudo apt-get install python3-tzlocal
$ sudo yum install python3-tzlocal
$ sudo pkg install devel/py-tzlocal
$ sudo emerge dev-python/tzlocal
$ sudo port install py-tzlocal
$ sudo zypper install python3\$\{PYTHON_MINOR\}-tzlocal
$ sudo xbps-install python3-tzlocal
See https://repology.org/project/tzlocal/versions, https://repology.org/project/python:tzlocal/versions
If the system package is installed and if the (experimental) option
--enable-system-site-packages
is passed to ./configure
, then ./configure
will check if the system package can be used.