Used in CtsNews
@ -1,3 +1,9 @@
version <unreleased>
Core
+ Recognize more formats in unified_timestamp
version 2016.08.10
@ -122,6 +122,7 @@ DATE_FORMATS = (
'%Y %m %d',
'%Y-%m-%d',
'%Y/%m/%d',
'%Y/%m/%d %H:%M',
'%Y/%m/%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S',
'%Y-%m-%d %H:%M:%S.%f',