LibJS: Stub out Temporal.ZonedDateTime.prototype.getTimeZoneTransition

We will have to add facilities to determine next/previous time zone
transitions. Ideally, ICU can provide this.
This commit is contained in:
Timothy Flynn 2024-11-25 13:51:48 -05:00 committed by Andreas Kling
commit b95528d7b5
Notes: github-actions[bot] 2024-11-26 10:03:09 +00:00
8 changed files with 133 additions and 0 deletions

View file

@ -264,6 +264,7 @@ namespace JS {
P(getTime) \
P(getTimezoneOffset) \
P(getTimeZones) \
P(getTimeZoneTransition) \
P(getUint8) \
P(getUint16) \
P(getUint32) \