Skip to content

Time zone with colon will not be parsed in the proper manner from 4.3 #5220

@lupsyn

Description

@lupsyn

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions