Description
This format "2019-08-15T11:41:00+02:00", will be not compatible with robolectric 4.3.
I should remove the colon in the time zone in order to fix and parse it properly with this : "yyyy-MM-dd'T'HH:mm:ssZ".
It's same issue we have it #1030 .
In order to fix it, we have to shadow the deserialiser we use to parse the date, and remove the ':' from the date string.