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

LibJS: Implement Intl.Locale.prototype.timeZones property

This commit is contained in:
Timothy Flynn 2022-07-05 16:20:36 -04:00 committed by Linus Groh
parent fa005bd276
commit 814f13bc2a
6 changed files with 79 additions and 0 deletions

View file

@ -476,6 +476,7 @@ namespace JS {
P(timeStyle) \
P(timeZone) \
P(timeZoneName) \
P(timeZones) \
P(toDateString) \
P(toExponential) \
P(toFixed) \