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

LibJS: Implement Temporal.Now.plainTimeISO()

This commit is contained in:
Linus Groh 2021-07-28 19:29:16 +01:00
parent 2aa2c56891
commit 5e64156fce
4 changed files with 44 additions and 0 deletions

View file

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