Code: Select all
"26.06.2019T00:00:00.123+03:00"
Code: Select all
ZonedDateTime.parse("26.06.2019T00:00:00.123+03:00");
Code: Select all
Exception in thread "main" java.time.format.DateTimeParseException: Text '26.06.2019T00:00:00.123+03:00' could not be parsed at index 0