Is there an existing Python package that integrates with datetime
and understands human-friendly date specification format, somewhat similar to how /usr/bin/date
on GNU Linux
does it?
$ date -d 'today'
Thu May 28 14:01:15 XXX 2015
$ date -d 'tomorrow'
Fri May 29 14:01:23 XXX 2015
$ date -d 'this Sunday'
Sun May 31 00:00:00 XXX 2015
$ date -d 'Wednesday next week'
Wed Jun 10 00:00:00 XXX 2015