Overview of dateutil features
masterThe dateutil module provides powerful extensions to the standard Python datetime module, including:
- Relative Deltas: Computing differences between dates or offsets like "next month", "next Monday", or "last week of month".
- Recurrence Rules: Computing dates based on flexible recurrence rules (a superset of the iCalendar specification) and parsing RFC strings.
- Generic Parsing: Parsing dates from almost any string format.
- Timezone Support: Implementations for
tzfile(5)formats,TZenvironment strings, iCalendar formats, fixed offsets, UTC, and Windows registry-based time zones. - Easter Sunday Calculation: Computing Easter Sunday for any year using Western, Orthodox, or Julian algorithms.