org.threeten.bp.format.DateTimeParseException: Text '+102158-09-10T12:10:32.251652071-01:00[Etc/GMT+1]' could not be parsed, unparsed text found at index 38
Searched on Google with the first line of a JAVA stack trace?
We can recommend more relevant solutions and speed up debugging when you paste your entire stack trace with the exception message. Try a sample exception.
Recommended solutions based on your search
Solutions on the web
via GitHub by DomBlack
, 1 year agovia GitHub by ClaudeHangui
, 7 months agovia GitHub by gortiz
, 1 year agoorg.threeten.bp.format.DateTimeParseException: Text '+102158-09-10T12:10:32.251652071-01:00[Etc/GMT+1]' could not be parsed, unparsed text found at index 38
at org.threeten.bp.format.DateTimeFormatter.parseToBuilder(DateTimeFormatter.java:1590)
at org.threeten.bp.format.DateTimeFormatter.parse(DateTimeFormatter.java:1491)
at org.threeten.bp.ZonedDateTime.parse(ZonedDateTime.java:562)
at org.threeten.bp.ZonedDateTime.parse(ZonedDateTime.java:547)