slackbuilds_ponce/python/tzlocal
Heinz Wiesinger 7f26b9929f
All: SlackBuilds run in the directory they are in
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2021-07-05 16:01:32 +07:00
..
README
slack-desc
tzlocal.info
tzlocal.SlackBuild All: SlackBuilds run in the directory they are in 2021-07-05 16:01:32 +07:00

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.