1
Fork 0
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:
Luke Wilde 2021-11-05 01:35:23 +00:00 committed by Linus Groh
parent d5f2745a19
commit 58bb73b60f
4 changed files with 61 additions and 0 deletions

View file

@ -487,6 +487,7 @@ namespace JS {
P(withCalendar) \
P(withPlainDate) \
P(withPlainTime) \
P(withTimeZone) \
P(writable) \
P(year) \
P(yearMonthFromFields) \