Why this line
new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ").parse("2016-09-19T17:30:48.743Z")
is throwing parse exception ?
Why this line
new SimpleDateFormat("yyyy-MM-dd'T'HH:mm:ss.SSSZ").parse("2016-09-19T17:30:48.743Z")
is throwing parse exception ?