WanJetpack
WanJetpack copied to clipboard
find general approach for parsing date strings
So far this is done in function drivers.parse_date which gathers known date string formats and parses them. It would be nice to have a general parsing approach instead of trying to parse all known formats until one works. Is there something available in the python modules time or datetime?