7dff491827
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects. Since it's written as a C module, it is much faster than other Python libraries.
3 lines
168 B
Text
3 lines
168 B
Text
ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime
|
|
objects. Since it's written as a C module, it is much faster than other Python
|
|
libraries.
|