Parsing dates
I often run into scenarios in which I need to parse date strings in datetime (or mxDateTime) objects. Of course I could write a general purpose robust module to do just that, but I would rather use (and acknowledge) the work of someone who is much smarter than myself and who has already done the [...]