Getting a DateTimeParseExcpetion when trying to convert a String 2019-08-13T07:29:12.000+0000
into an OffsetDateTime
.
The String comes from SalesForce
OffsetDateTime.parse("2019-08-13T07:29:12.000+0000", DateTimeFormatter.ISO_LOCAL_DATE_TIME.withZone(ZoneId.systemDefault()))