Skip to content

Commit

Permalink
Do not assume the day comes first
Browse files Browse the repository at this point in the history
  • Loading branch information
AceFire6 committed Sep 19, 2018
1 parent 6706e80 commit e780a01
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 e780a01

Please sign in to comment.