slackbuilds/python/tzlocal
Dimitris Zlatanidis d364a1afb8 python/tzlocal: Updated for version 1.2.2.
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
2016-03-12 06:42:46 +07:00
..
README python/tzlocal: Added (timezone information). 2014-10-22 08:33:53 +07:00
slack-desc python/tzlocal: Added (timezone information). 2014-10-22 08:33:53 +07:00
tzlocal.SlackBuild python/tzlocal: Updated for version 1.2.2. 2016-03-12 06:42:46 +07:00
tzlocal.info python/tzlocal: Updated for version 1.2.2. 2016-03-12 06:42:46 +07:00

README

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.