1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 07:47:35 +00:00

LibJS: Implement Temporal.PlainDate.prototype.toZonedDateTime()

This commit is contained in:
Linus Groh 2021-11-02 17:47:23 +01:00
parent fc411695c7
commit e27bb94038
4 changed files with 156 additions and 0 deletions

View file

@ -342,6 +342,7 @@ namespace JS {
P(plainDateISO) \
P(plainDateTime) \
P(plainDateTimeISO) \
P(plainTime) \
P(plainTimeISO) \
P(pop) \
P(pow) \