Hi everybody,
I'm currently reading values from an XML input stream, and deserializing the data to match the correct data type.
The problem I have comes from an error that I have deserializing one date in specific, below the error message:
"couldn't convert string [25/03/2018 02:11:00] to a date using format [dd/MM/yyyy HH:mm:ss] on offset location 19".
This looks pretty weird to me, since as far as I can see the format matches exactly the Date format in the XML file (<MY_DATE>25/03/2018 02:11:00</MY_DATE>).
Anyone experienced it already?
Many thanks!
I'm currently reading values from an XML input stream, and deserializing the data to match the correct data type.
The problem I have comes from an error that I have deserializing one date in specific, below the error message:
"couldn't convert string [25/03/2018 02:11:00] to a date using format [dd/MM/yyyy HH:mm:ss] on offset location 19".
This looks pretty weird to me, since as far as I can see the format matches exactly the Date format in the XML file (<MY_DATE>25/03/2018 02:11:00</MY_DATE>).
Anyone experienced it already?
Many thanks!