Hello I know this is a very normal question but I did not find the solution since 3 hours . My firebase time is set to us central . I want the current Indian time
this is my code
var formatedTime = new Date().getHours() + ':' + new Date().getMinutes();
It is giving me server time . How to convert it to Indian region current Time