[utils] Add additional format to unified_strdate

This commit is contained in:
Naglis Jonaitis 2015-01-14 00:16:34 +02:00
parent 034206cec1
commit a69801e2c6
2 changed files with 2 additions and 0 deletions

View file

@ -721,6 +721,7 @@ def unified_strdate(date_str, day_first=True):
'%b %dst %Y %I:%M%p',
'%b %dnd %Y %I:%M%p',
'%b %dth %Y %I:%M%p',
'%Y %m %d',
'%Y-%m-%d',
'%Y/%m/%d',
'%Y/%m/%d %H:%M:%S',