Activity log for bug #1614518

Date Who What changed Old value New value Message
2016-08-18 13:00:01 kernc_ bug added bug
2016-08-18 13:01:26 kernc_ description This is an enhancement request. Provide an interface to return a datetime format string one can use with strptime()/strftime() (e.g. "%Y-%m-%d") that the dateutil.parser.parse() uses when parsing a datetime string. This is an enhancement request. Provide an interface to return a datetime format string one can use with strptime()/strftime() (e.g. "%Y-%m-%d") that the dateutil.parser.parse() uses when parsing a datetime string. E.g. >>> dateutil.parser.parse_format('1999-12-09') '%Y-%m-%d' >>> dateutil.parser.parse_format('three days ago') None