mirror of
https://github.com/tc39/test262.git
synced 2025-11-14 10:49:52 +01:00
Bug observed in the proposal-temporal reference code, caused by improper implementation of AddTime (https://tc39.es/proposal-temporal/#sec-temporal-addtime) where the advice in Step 2 was not followed correctly. See https://github.com/tc39/proposal-temporal/pull/3173