Add-on:Pytz: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update Tag: Manual revert |
m Addon-Bot Update |
||
| Line 3: | Line 3: | ||
|provider-name=Stuart Bishop, Paul Backhouse | |provider-name=Stuart Bishop, Paul Backhouse | ||
|ID=script.module.pytz | |ID=script.module.pytz | ||
|latest-version= | |latest-version=2021.3.0+matrix.1 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
Revision as of 03:00, 9 January 2022
| pytz | ||||||||||||||||
| ||||||||||||||||
pytz brings the Olson tz database into Python. This library allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times at the end of daylight saving time, which you can read more about in the Python Library Reference (datetime.tzinfo).