WanJetpack icon indicating copy to clipboard operation
WanJetpack copied to clipboard

find general approach for parsing date strings

Open johntruckenbrodt opened this issue 7 years ago • 0 comments

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?

johntruckenbrodt avatar Feb 20 '18 13:02 johntruckenbrodt