lookfirst / sardine

an easy to use webdav client for java
Other
579 stars 185 forks source link

One bad SUPPORTED_DATE_FORMATS in SardineUtil #317

Closed cyquicri closed 4 years ago

cyquicri commented 4 years ago

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.

lookfirst commented 4 years ago

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

lookfirst commented 4 years ago

Blame going back in time