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
I am trying to Parse a datetime in this format: 2024-02-01T15:16:46.8910317+00:00 and using: "http.response.record.timestamp.parser.pattern": "yyyy-MM-dd'T'HH:mm:ss[.SSSSSSS]X"
But I get this error: java.time.format.DateTimeParseException: Text '2024-02-01T15:16:46.8910317+00:00' could not be parsed, unparsed text found at index 30
Not sure how to resolve this. Any idea how I can make this work?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I am trying to Parse a datetime in this format: 2024-02-01T15:16:46.8910317+00:00 and using:
"http.response.record.timestamp.parser.pattern": "yyyy-MM-dd'T'HH:mm:ss[.SSSSSSS]X"
But I get this error:
java.time.format.DateTimeParseException: Text '2024-02-01T15:16:46.8910317+00:00' could not be parsed, unparsed text found at index 30
Not sure how to resolve this. Any idea how I can make this work?
Thank you,
Raoul.
Beta Was this translation helpful? Give feedback.
All reactions