[utils] Add another date format seen in NextTV

This commit is contained in:
Yen Chi Hsuan 2017-01-23 23:31:43 +08:00
parent 6d119c2a6b
commit 0c1c6f4b9f
No known key found for this signature in database
GPG Key ID: 7F902A182457CA23
1 changed files with 1 additions and 0 deletions

View File

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