ISOtime2datetime

DatesTimes.ISOtime2datetime(ISOtime)

Converts an ISO string to a datetime object

Acceptable input formats are::

YYYY-MM-DDTHH:MM:SS, YYYY-DDDTHH:MM(:SS), YYYYMMDDTHHMMSS, YYYYDDDTHHMM and YYYY-MM-DD HH:MM:SS

:param ISOtime : time in one of the above formats :type ISOtime : str

Returns

datetime object