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:
parent
6607d1dfb1
commit
d3fcf5a570
4 changed files with 77 additions and 0 deletions
|
@ -436,6 +436,7 @@ namespace JS {
|
|||
P(toUpperCase) \
|
||||
P(toUTCString) \
|
||||
P(toZonedDateTime) \
|
||||
P(toZonedDateTimeISO) \
|
||||
P(trace) \
|
||||
P(trim) \
|
||||
P(trimEnd) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue