mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 19:07:35 +00:00
LibJS: Implement Temporal.ZonedDateTime.prototype.withTimeZone
This commit is contained in:
parent
d5f2745a19
commit
58bb73b60f
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