Commit ac53b44
authored
Implementation of toZonedDateTimeISO for Instant (#258)
Fixes #246
Implementation of toZonedDateTimeISO for Instant.
most tests pass, one strange test262 function looks like it should pass,
but doesn't somehow.
https://github.com/tc39/test262/blob/main/test/built-ins/Temporal/Instant/prototype/toZonedDateTimeISO/timezone-string-datetime.js
This one in particular.. The code does indeed throw a range error when
trying to create a timezone from those strings.. but the test doesn't
pass.1 parent ac07ef9 commit ac53b44
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
20 | | - | |
| 20 | + | |
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
| |||
236 | 236 | | |
237 | 237 | | |
238 | 238 | | |
239 | | - | |
240 | | - | |
| 239 | + | |
| 240 | + | |
241 | 241 | | |
242 | 242 | | |
243 | 243 | | |
| |||
0 commit comments