Skip to content

Commit

Permalink
Merge pull request #180 from idpaterson/pull-requests/missing-au-time…
Browse files Browse the repository at this point in the history
…-formats

Fixed override of the long time format for Australian locale
  • Loading branch information
idpaterson committed Aug 20, 2016
2 parents 63e65e2 + 9750a7d commit 073b91b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions parsedatetime/pdt_locales/en_AU.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@
'short': 'd/MM/yy',
}

timeFormats = {
'long': timeFormats['full'],
}
timeFormats['long'] = timeFormats['full']

dp_order = ['d', 'm', 'y']

0 comments on commit 073b91b

Please sign in to comment.