DT docstring
This commit is contained in:
parent
ffbfdce5b2
commit
071126a68b
1 changed files with 4 additions and 0 deletions
|
@ -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)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue