[arte] Fix upload date extraction

This commit is contained in:
Philipp Hagemeister 2014-09-29 12:45:18 +02:00
parent 89294b5f50
commit 99b67fecc5
3 changed files with 7 additions and 1 deletions

View file

@ -890,6 +890,7 @@ def unified_strdate(date_str):
'%d/%m/%Y',
'%d/%m/%y',
'%Y/%m/%d %H:%M:%S',
'%d/%m/%Y %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%d.%m.%Y %H:%M',
'%d.%m.%Y %H.%M',