[utils] Remove AM/PM from unified_strdate patterns

This commit is contained in:
Sergey M․ 2016-02-25 00:52:49 +06:00
parent 5c0a57185c
commit f160785c5c
2 changed files with 4 additions and 3 deletions

View file

@ -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',