Is there a way to detect and get current timezone in this format:
United States; Eastern time (GMT -4:00)
I tried with
var d = new Date();
var n = d.toTimeString();
It returns - "16:17:15 GMT-0500 (Eastern Standard Time)". How can I get the country name with this.