I am converting the date "2019-12-17T06:50:00.000Z" to OffsetDateTime like
OffsetDateTime.parse("2019-12-17T06:50:00.000Z").
I am getting error as
java.time.format.DateTimeParseException: Text '[{"date":"2019-12-17T02:10:00.000Z"}]' could not be parsed at index 0 at java.time.format.DateTimeFormatter.parseResolved0(DateTimeFormatter.java:1949).
How can parse this?