mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 11:17:44 +00:00
LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()
This commit is contained in:
parent
1c78ff1b9f
commit
6607d1dfb1
5 changed files with 116 additions and 0 deletions
|
@ -435,6 +435,7 @@ namespace JS {
|
|||
P(toTimeString) \
|
||||
P(toUpperCase) \
|
||||
P(toUTCString) \
|
||||
P(toZonedDateTime) \
|
||||
P(trace) \
|
||||
P(trim) \
|
||||
P(trimEnd) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue