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

LibJS: Implement Temporal.Now.zonedDateTimeISO()

This commit is contained in:
Linus Groh 2021-08-01 18:36:15 +01:00
parent 36c79c2989
commit a06bd451d4
4 changed files with 35 additions and 1 deletions

View file

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