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

LibJS: Implement Temporal.ZonedDateTime.prototype.toInstant()

This commit is contained in:
Linus Groh 2021-08-05 21:48:23 +01:00
parent 20300bd7c4
commit 96a0c201d5
4 changed files with 37 additions and 0 deletions

View file

@ -376,6 +376,7 @@ namespace JS {
P(toDateString) \
P(toFixed) \
P(toGMTString) \
P(toInstant) \
P(toISOString) \
P(toJSON) \
P(toLocaleDateString) \