python 2.7 mass rebuild [release 2012h-2mamba;Fri May 17 2013]

This commit is contained in:
2024-01-05 16:49:10 +01:00
parent ecba303a32
commit e32f0a0ed7
2 changed files with 76 additions and 0 deletions

View File

@@ -1,2 +1,6 @@
# python-tz
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).