`1970-01-01T00:00Z[+01:00]` should parse as having a UTC offset (i.e, it should parse as a ZDT with Instant = -1h), but it doesn't. This causes the zoneddatetime-string test262 failures. Haven't yet investigated what is going on here, but figured I would at least file an issue before logging off for the day.