Python-dateutil provides powerful extensions to the standard datetime module

Linked on Feb 18 at 2:01

Parsing and manipulating dates is one of the most painful parts of software development. Python-dateutil helps. Its relativedata provides units I’ve missed from datetime.timedelta. That alone is reason to use this module.