summaryrefslogtreecommitdiffstats
path: root/python/pytz/README
blob: 354f8ea02c876dd45b555dde9ed607f0ec8cb62d (plain)
1
2
3
4
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).