faust.utils.iso8601

Parsing ISO-8601 string and converting to datetime.

faust.utils.iso8601.parse(datetime_string: str) → datetime.datetime[source]

Parse and convert ISO 8601 string into a datetime object.

Return type

datetime