[utils] Add additional format to unified_strdate
This commit is contained in:
parent
034206cec1
commit
a69801e2c6
2 changed files with 2 additions and 0 deletions
|
@ -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',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue