aboutsummaryrefslogtreecommitdiff
path: root/pytz/README
diff options
context:
space:
mode:
Diffstat (limited to 'pytz/README')
-rw-r--r--pytz/README5
1 files changed, 0 insertions, 5 deletions
diff --git a/pytz/README b/pytz/README
deleted file mode 100644
index 354f8ea..0000000
--- a/pytz/README
+++ /dev/null
@@ -1,5 +0,0 @@
-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).