Add-on:Iso8601: Difference between revisions
Jump to navigation
Jump to search
m Addon-Bot repo category update |
m Addon-Bot Update |
||
| Line 1: | Line 1: | ||
{{Addon | {{Addon | ||
|Name=iso8601 | |Name=iso8601 | ||
|provider-name= | |provider-name=Michael Twomey | ||
|ID=script.module.iso8601 | |ID=script.module.iso8601 | ||
|latest-version=0.1. | |latest-version=0.1.12 | ||
|extension point=xbmc.python.module | |extension point=xbmc.python.module | ||
|provides= | |provides= | ||
|Summary=Simple module to parse ISO 8601 dates | |Summary=Simple module to parse ISO 8601 dates | ||
|Description= | |Description=This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects. | ||
|Platform= | |Platform= | ||
|Language= | |Language= | ||
|License= | |License=MIT | ||
|Forum= | |Forum= | ||
|Website=https://pypi | |Website=https://pypi.org/project/iso8601/ | ||
|Source=https://bitbucket.org/micktwomey/pyiso8601 | |Source=https://bitbucket.org/micktwomey/pyiso8601 | ||
|Email= | |Email= | ||
Revision as of 01:00, 15 September 2019
| iso8601 | ||||||||||||||||
| ||||||||||||||||
This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects.