DT docstring

This commit is contained in:
Matthew Ryan Dillon 2016-01-28 11:03:12 -07:00
parent ffbfdce5b2
commit 071126a68b

View file

@ -5,6 +5,10 @@ import dateutil.parser as dp
def dtdt(s):
"""
This lets us parse whatever crazy date/time formats that
come our way (looking at you, MS Access)
"""
return dp.parse(s)