Friday, 22. July 2005 17:32.
Gustavo Niemeyer announced version 1.0 of python-dateutil, an extention to the datetime module.The following features will probably be useful for Lino:
- date/time arithmethics using relative deltas (next month, next year, next monday, last week of month, and a lot more);
- Computing of dates based on recurrence rules (every month, every week on Thursday and Friday, every Friday 13th,...), using a superset of the iCalendar RFC specification. Parsing of RFC strings is supported as well.
- Generic parsing of dates in almost any string format;