mirror of
https://github.com/tc39/test262.git
synced 2025-04-08 19:35:28 +02:00
Currently, this test is not conformant to the proposal text. Temporal.TimeZone.from() calls ToTemporalTimeZone. Since the argument is a string, we next go to ParseTemporalTimeZone, where on a string such as `1994-11-05T08:15:30-05:00[UTC]` we would return _result_.[[Name]] (which would be equal to `UTC`) and discard the UTC offset string.