showing results for - "time zone browser javascript"
Fabio
27 Jan 2018
1fetch("https://worldtimeapi.org/api/ip")
2  .then(response => response.json())
3  .then(data => console.log(data.timezone,data.datetime,data.dst));