Comment on Show HN: A fast ISO8601 date-time parser for PythonparentComments−randlet12yNote you still need to convert your regex match to a datetime object which is likely going to add some significant overhead.
Comments
Note you still need to convert your regex match to a datetime object which is likely going to add some significant overhead.