Parsing a string as an Instant like `2021-08-22T03:32:10+0000` fails due to `fixOffsetRepresentation` adding `:00` to the end of the string. The underlying Java Time library is able to handle this fine.