Is there a way to configure the module to accept zone offset expressed with and without colon ? In other words we'd like the parser to read the following two forms: - `1970-01-01T01:00:00.000+01:00` - `1970-01-01T01:00:00.000+0100` Note: it already accepts these two forms but ONLY if offset is zero (`+00:00` or `+0000`)...