lookfirst/sardine

One bad SUPPORTED_DATE_FORMATS in SardineUtil

cyquicri opened this issue · 2 comments

There is a typo error in one of the SUPPORTED_DATE_FORMATS in com.github.sardine.util.SardineUtil
line 51 "yyyy-MM-dd'T'HH:mm:ss.sss'Z'", should be "yyyy-MM-dd'T'HH:mm:ss.SSS'Z'",
(sss -> SSS )
Therefore date with millisecond are not parsed correctly at the moment.

@cyquicri Holy shit, that is a 10 year old bug. Nice find!