mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-12 19:19:30 +00:00
LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZone
This commit is contained in:
parent
d5f2745a19
commit
58bb73b60f
Notes:
sideshowbarker
2024-07-18 01:28:39 +09:00
Author: https://github.com/Lubrsi
Commit: 58bb73b60f
Pull-request: https://github.com/SerenityOS/serenity/pull/10799
Reviewed-by: https://github.com/linusg ✅
4 changed files with 61 additions and 0 deletions
|
@ -487,6 +487,7 @@ namespace JS {
|
|||
P(withCalendar) \
|
||||
P(withPlainDate) \
|
||||
P(withPlainTime) \
|
||||
P(withTimeZone) \
|
||||
P(writable) \
|
||||
P(year) \
|
||||
P(yearMonthFromFields) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue