Description
Parse ISO 8601 date and time strings quickly inside Python programs. It is useful when applications ingest many timestamps from logs, APIs, databases, or data files and need faster conversion than pure Python parsing.
This is a library dependency and does not add a user interface. Applications should still define how to handle time zones, invalid strings, and ambiguous data so parsed timestamps match the intended meaning.