1
0
mirror of https://github.com/l1ving/youtube-dl synced 2026-05-31 14:30:58 +08:00

[utils] Add additional format to unified_strdate

This commit is contained in:
Naglis Jonaitis
2014-10-04 22:38:23 +03:00
Unverified
parent f47754f061
commit e9be9a6acd
+1
View File
@@ -894,6 +894,7 @@ def unified_strdate(date_str):
'%Y/%m/%d %H:%M:%S',
'%d/%m/%Y %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',
'%d.%m.%Y %H:%M',
'%d.%m.%Y %H.%M',
'%Y-%m-%dT%H:%M:%SZ',