[utils] Remove AM/PM from unified_strdate patterns
This commit is contained in:
parent
5c0a57185c
commit
f160785c5c
2 changed files with 4 additions and 3 deletions
|
@ -905,9 +905,9 @@ def unified_strdate(date_str, day_first=True):
|
|||
'%d %b %Y',
|
||||
'%B %d %Y',
|
||||
'%b %d %Y',
|
||||
'%b %dst %Y %I:%M%p',
|
||||
'%b %dnd %Y %I:%M%p',
|
||||
'%b %dth %Y %I:%M%p',
|
||||
'%b %dst %Y %I:%M',
|
||||
'%b %dnd %Y %I:%M',
|
||||
'%b %dth %Y %I:%M',
|
||||
'%Y %m %d',
|
||||
'%Y-%m-%d',
|
||||
'%Y/%m/%d',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue