summaryrefslogtreecommitdiffstats
path: root/python/pytz/README
diff options
context:
space:
mode:
Diffstat (limited to 'python/pytz/README')
-rw-r--r--python/pytz/README5
1 files changed, 5 insertions, 0 deletions
diff --git a/python/pytz/README b/python/pytz/README
new file mode 100644
index 0000000000..354f8ea02c
--- /dev/null
+++ b/python/pytz/README
@@ -0,0 +1,5 @@
+pytz brings the Olson tz database into Python. This library allows
+accurate and cross platform timezone calculations using Python 2.3
+or higher. It also solves the issue of ambiguous times at the end
+of daylight savings, which you can read more about in the Python
+Library Reference (datetime.tzinfo).