I’m trying to convert a datetime that I get to local time. Maybe I’m doing something wrong but java does not like the format.
Here is an example date ‘2018-04-25T14:05:15.953Z’
From the Java simpleDateFormat this appears to be the format “yyyy-MM-dd’T’HH:mm:ss.SSSZ”
Thank you,