[utils] Add another date format seen in NextTV

This commit is contained in:
Yen Chi Hsuan 2017-01-23 23:31:43 +08:00 committed by motophil
parent c74e4e5fd0
commit 357eca528b

View File

@ -143,6 +143,7 @@ DATE_FORMATS = (
'%Y/%m/%d', '%Y/%m/%d',
'%Y/%m/%d %H:%M', '%Y/%m/%d %H:%M',
'%Y/%m/%d %H:%M:%S', '%Y/%m/%d %H:%M:%S',
'%Y-%m-%d %H:%M',
'%Y-%m-%d %H:%M:%S', '%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f', '%Y-%m-%d %H:%M:%S.%f',
'%d.%m.%Y %H:%M', '%d.%m.%Y %H:%M',