I am trying to get Indian current time and date and i tried this:
let today = new Date();
let indianTime = today.toLocaleString("en-US", "Asia/Delhi");
it returns:
"Mon Jul 26 2021 18:08:11 GMT+0530 (India Standard Time)"
but it'st not currect.
Ho can i get currect indian time?