FrancisG-Massey / Capstone2016

4 stars 0 forks source link

Timestamps missing milliseconds fail with ParseException. #180

Closed sam-hunt closed 7 years ago

sam-hunt commented 7 years ago

Simple date format cannot support the multiple valid formats of ISO8601 timestamps, so we'll switch from SimpleDateFormat to the Java 8 LocalDateTime library.

sam-hunt commented 7 years ago

Fixed.