This module parses the most common forms of ISO 8601 date strings (e.g. 2007-01-14T20:34:22+00:00) into datetime objects. You can parse full date + times, or just the date. In both cases a datetime ...
Is your feature request related to a problem? Please describe. The python client ("python-nextgen" as of v6.6.0, "python" in v7+) allows specifying the datetimeFormat, but python datetime standard ...