You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What type of object exactly are you trying to parse? LocalDateTime.parse won't work, because this string does not denote a LocalDateTime. Try Instant.parse.
I'm trying to parse String datetime and suddenly getting this exception :
java.time.format.DateTimeParseException: Text '2022-04-03T09:17:08.256399+03:00' could not be parsed, unparsed text found at index 26
This might related to this issue :
#56
and:
#41
The text was updated successfully, but these errors were encountered: