Answers for "time zone browser javascript"

0

time zone browser javascript

fetch("https://worldtimeapi.org/api/ip")
  .then(response => response.json())
  .then(data => console.log(data.timezone,data.datetime,data.dst));
Posted by: Guest on February-01-2021

Code answers related to "Javascript"

Browse Popular Code Answers by Language