Skip to content

Commit

Permalink
Merge pull request #53 from AceFire6/jethro/fix/date_parsing
Browse files Browse the repository at this point in the history
Do not assume the day comes first
  • Loading branch information
AceFire6 authored Sep 19, 2018
2 parents 6706e80 + e780a01 commit 396dd3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ordering/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,4 +219,4 @@ def _get_date(arg):
if arg is None:
return None

return parse_date_string(arg, dayfirst=True).date()
return parse_date_string(arg).date()

0 comments on commit 396dd3a

Please sign in to comment.