Tzinfo object for the local timezone
https://pypi.python.org/pypi/tzlocal/
This Python module returns a tzinfo object with the local timezone information under Unix and Win-32. It requires pytz, and returns pytz tzinfo objects.
This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information, unless you know the zoneinfo name, and under several Linux distros that's hard or impossible to figure out.
With tzlocal you only need to call get_localzone() and you will get a tzinfo object with the local time zone info. On some Unices you will still not get to know what the timezone name is, but you don't need that when you have the tzinfo file. However, if the timezone name is readily available it will be used.
- Developed at devel:languages:python
- Sources inherited from project openSUSE:Factory
-
8
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:16.0:FactoryCandidates/python-tzlocal && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
1.5.1.tar.gz | 0000016728 16.3 KB | |
python-tzlocal.changes | 0000002983 2.91 KB | |
python-tzlocal.spec | 0000002595 2.53 KB |
Revision 7 (latest revision is 16)
Dominique Leuenberger (dimstar_suse)
accepted
request 681301
from
Tomáš Chvátal (scarabeus_iv)
(revision 7)
- Switch to github archive as per upstream recommendation: * the pypi archive fails tests due to wrong file->symlink conversions - Update to 1.5.1: * increased test coverage. * No longer treats macOS as special, but as a unix. * get_windows_info.py is renamed to update_windows_mappings.py * Windows mappings now also contain mappings from deprecated zoneinfo names. (Preston-Landers, regebro)
Comments 0