mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 07:27:45 +00:00
LibJS: Implement Temporal.Now.zonedDateTime()
This commit is contained in:
parent
49c5f87274
commit
36c79c2989
4 changed files with 71 additions and 2 deletions
|
@ -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 };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue