1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 02:37:36 +00:00

LibJS: Implement Temporal.Instant.prototype.toZonedDateTimeISO()

This commit is contained in:
Linus Groh 2021-09-09 00:35:24 +01:00
parent 6607d1dfb1
commit d3fcf5a570
4 changed files with 77 additions and 0 deletions

View file

@ -436,6 +436,7 @@ namespace JS {
P(toUpperCase) \
P(toUTCString) \
P(toZonedDateTime) \
P(toZonedDateTimeISO) \
P(trace) \
P(trim) \
P(trimEnd) \