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:
parent
36c79c2989
commit
a06bd451d4
4 changed files with 35 additions and 1 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue