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

LibJS: Implement Temporal.Now.zonedDateTime()

This commit is contained in:
Linus Groh 2021-08-01 18:31:56 +01:00
parent 49c5f87274
commit 36c79c2989
4 changed files with 71 additions and 2 deletions

View file

@ -413,7 +413,8 @@ namespace JS {
P(withPlainDate) \
P(writable) \
P(year) \
P(years)
P(years) \
P(zonedDateTime)
struct CommonPropertyNames {
PropertyName and_ { "and", PropertyName::StringMayBeNumber::No };