[utils] Add another date format pattern (#14999)

This commit is contained in:
Sergey M․ 2017-12-16 21:56:16 +07:00
parent c402e7f3a0
commit b555ae9bf1
No known key found for this signature in database
GPG key ID: 2C393E0F18A9236D
2 changed files with 3 additions and 0 deletions

View file

@ -159,6 +159,8 @@ DATE_FORMATS = (
'%Y-%m-%dT%H:%M',
'%b %d %Y at %H:%M',
'%b %d %Y at %H:%M:%S',
'%B %d %Y at %H:%M',
'%B %d %Y at %H:%M:%S',
)
DATE_FORMATS_DAY_FIRST = list(DATE_FORMATS)