Add one more format in unified_strdate
This commit is contained in:
parent
2db806b4aa
commit
0f99566c01
|
@ -762,6 +762,7 @@ def unified_strdate(date_str):
|
|||
date_str = re.sub(r' ?(\+|-)[0-9]{2}:?[0-9]{2}$', '', date_str)
|
||||
format_expressions = [
|
||||
'%d %B %Y',
|
||||
'%d %b %Y',
|
||||
'%B %d %Y',
|
||||
'%b %d %Y',
|
||||
'%Y-%m-%d',
|
||||
|
|
Loading…
Reference in New Issue