Fix ISO8601 parser for date with colon offset and no space (#422)
Dates with colon offset like "2018-03-12T10:16:46+07:00" threw a DateTimeParseException, changing the order of the offset patterns fixes this
Please register or sign in to comment
Dates with colon offset like "2018-03-12T10:16:46+07:00" threw a DateTimeParseException, changing the order of the offset patterns fixes this