HI , we have a couple of classes where we receive a HTTPResponse with date time fields in form of a string
"2023-10-19T00:00:00.000Z".
we use a wrapper class where we simply push this onto the respective fields in salesforce ( here a datetime type)
Do I need to change anything or will this still work with ICU?
I just wonder if this error message has something to do with it
"Character t is neither a decimal digit number, decimal point, nor "e" notation exponential mark"
due to the fact that i couldn't find any "t" in the JSON except in the datetime a capital T