mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 09:47:35 +00:00
LibJS: Implement Temporal.ZonedDateTime.prototype.toInstant()
This commit is contained in:
parent
20300bd7c4
commit
96a0c201d5
4 changed files with 37 additions and 0 deletions
|
@ -376,6 +376,7 @@ namespace JS {
|
|||
P(toDateString) \
|
||||
P(toFixed) \
|
||||
P(toGMTString) \
|
||||
P(toInstant) \
|
||||
P(toISOString) \
|
||||
P(toJSON) \
|
||||
P(toLocaleDateString) \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue