···4141 "maximum date is a valid ISO string for ZonedDateTime relativeTo"
4242);
43434444+relativeTo = "+275760-09-12T00:00:01+00:00[UTC]";
4545+assert.throws(RangeError, () => instance.total({ unit: "days", relativeTo }),
4646+ `${relativeTo} is out of range as a relativeTo argument for total`);
4747+4448relativeTo = { year: -271821, month: 4, day: 19 };
4549const result5 = instance.total({ unit: "days", relativeTo });
4650assert.sameValue(