summaryrefslogtreecommitdiffstats
path: root/python/tzlocal/README
diff options
context:
space:
mode:
author Dimitris Zlatanidis <d.zlatanidis@gmail.com>2014-10-21 22:25:10 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2014-10-22 08:33:53 +0700
commit996964e2363bf9f25dc4b599220bc6dacae622da (patch)
tree86f8729ac2d18ae705ed942eee7349f4eef289a9 /python/tzlocal/README
parent184c63a354587736426b86869beae1c341f898e2 (diff)
downloadslackbuilds-996964e2363bf9f25dc4b599220bc6dacae622da.tar.gz
slackbuilds-996964e2363bf9f25dc4b599220bc6dacae622da.tar.xz
python/tzlocal: Added (timezone information).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/tzlocal/README')
-rw-r--r--python/tzlocal/README7
1 files changed, 7 insertions, 0 deletions
diff --git a/python/tzlocal/README b/python/tzlocal/README
new file mode 100644
index 0000000000..5b296afa4a
--- /dev/null
+++ b/python/tzlocal/README
@@ -0,0 +1,7 @@
+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.