Answers for "how to get the current timezone in js"

0

get timezone javascript

const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
console.log(timezone);
Posted by: Guest on October-14-2021
0

get timezone name from date javascript

Intl.DateTimeFormat().resolvedOptions().timeZone
Posted by: Guest on August-05-2021

Code answers related to "how to get the current timezone in js"

Code answers related to "Javascript"

Browse Popular Code Answers by Language