Comment on Show HN: A fast ISO8601 date-time parser for PythonComments−daurnimator12yI think you actually mean RFC3339. ISO8601 is probably a lot larger than you think.−ajanuary12yRFC3339 makes most of the fields mandatory, while this library leaves them optional, so it is more accurately a subset of ISO8601 than an implementation of RFC3339. That said, you could describe it as an extension of RFC3339.
Comments
I think you actually mean RFC3339. ISO8601 is probably a lot larger than you think.
RFC3339 makes most of the fields mandatory, while this library leaves them optional, so it is more accurately a subset of ISO8601 than an implementation of RFC3339. That said, you could describe it as an extension of RFC3339.