LibJS: Implement Temporal.now.timeZone()

This commit is contained in:
Linus Groh 2021-07-06 23:54:53 +01:00
commit 6cd16eceb3
Notes: sideshowbarker 2024-07-18 10:15:48 +09:00
3 changed files with 29 additions and 0 deletions

View file

@ -300,6 +300,7 @@ namespace JS {
P(tanh) \
P(test) \
P(then) \
P(timeZone) \
P(toDateString) \
P(toFixed) \
P(toGMTString) \