mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-02 15:46:33 +00:00
LibJS: Implement Temporal.Instant.prototype.toZonedDateTime()
This commit is contained in:
parent
1c78ff1b9f
commit
6607d1dfb1
Notes:
sideshowbarker
2024-07-18 04:23:47 +09:00
Author: https://github.com/linusg
Commit: 6607d1dfb1
Pull-request: https://github.com/SerenityOS/serenity/pull/9904
Reviewed-by: https://github.com/IdanHo ✅
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