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
See https://repology.org/project/tzlocal/versions, https://repology.org/project/python:tzlocal/versions
Installation commands¶
$ pip install tzlocal\>=2.1
$ sage -i tzlocal
$ sudo pacman -S python-tzlocal
$ conda install tzlocal
$ sudo apt-get install python3-tzlocal
$ sudo dnf install python3-tzlocal
$ sudo pkg install devel/py-tzlocal
$ sudo emerge dev-python/tzlocal
$ sudo port install py-tzlocal
$ sudo zypper install python3-tzlocal
$ sudo xbps-install python3-tzlocal
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.