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.
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.