const date = new Date(new Date().toLocaleString("en-US", { timeZone: "IST" })); date.setDate(date.getDate() + offSet); console.log(date.toISOStri