1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 20:57:44 +00:00

LibJS: Implement Temporal.Now.plainDateTimeISO()

This commit is contained in:
Linus Groh 2021-07-27 00:58:57 +01:00
parent 0bb19fc51c
commit af3a26f4cc
4 changed files with 48 additions and 0 deletions

View file

@ -285,6 +285,7 @@ namespace JS {
P(plainDate) \
P(plainDateISO) \
P(plainDateTime) \
P(plainDateTimeISO) \
P(pop) \
P(pow) \
P(preventExtensions) \