const D = Temporal.PlainDate.from("2020-06-16"); const t = Temporal.Duration.from({ day: 1 }); const v = D.add(t) // 2020-06-17