以下のコードを実行した結果を表示します:
const now = Temporal.Now.zonedDateTimeISO(); const nextWeek = now.add({ weeks: 1 }); console.log(nextWeek.toString());