2004-11-10 22:43:37 -05:00
|
|
|
The dateutil module provides powerful extensions to the standard
|
|
|
|
datetime module, available in Python 2.3+. It features computing of
|
2005-03-14 20:57:02 -05:00
|
|
|
relative deltas (next month, next year, next Monday, last week of month,
|
2004-11-10 22:43:37 -05:00
|
|
|
etc), computing of dates based on very flexible recurrence rules, using
|
2004-11-10 22:45:41 -05:00
|
|
|
a superset of the iCalendar specification and generic parsing of dates
|
|
|
|
in almost any string format.
|