Add format to unified_strdate

This commit is contained in:
Sergey M․ 2014-03-12 04:18:43 +07:00
parent 34ca5d9ba0
commit b047de6f6e
1 changed files with 1 additions and 0 deletions

View File

@ -778,6 +778,7 @@ def unified_strdate(date_str):
'%Y/%m/%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%d.%m.%Y %H:%M',
'%d.%m.%Y %H.%M',
'%Y-%m-%dT%H:%M:%SZ',
'%Y-%m-%dT%H:%M:%S.%fZ',
'%Y-%m-%dT%H:%M:%S.%f0Z',