mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 08:17:35 +00:00
LibJS: Implement Temporal.TimeZone.prototype.getPlainDateTimeFor()
This commit is contained in:
parent
c4123d8aad
commit
e511390423
7 changed files with 84 additions and 8 deletions
|
@ -196,7 +196,7 @@ PlainDateTime* system_date_time(GlobalObject& global_object, Value temporal_time
|
|||
auto* instant = system_instant(global_object);
|
||||
|
||||
// 5. Return ? BuiltinTimeZoneGetPlainDateTimeFor(timeZone, instant, calendar).
|
||||
return builtin_time_zone_get_plain_date_time_for(global_object, *time_zone, *instant, *calendar);
|
||||
return builtin_time_zone_get_plain_date_time_for(global_object, time_zone, *instant, *calendar);
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue