Description
Turn human-written date text into Python date and time values. It helps applications understand inputs such as natural-language dates, localized month names, and common date formats without writing a parser for each case.
This is a developer library, not a calendar app. Parsed dates can be ambiguous, so applications should make locale, timezone, and fallback rules visible when the result affects reminders, records, billing, or scheduling.