console.log(Intl.DateTimeFormat().resolvedOptions().timeZone)
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone; console.log(timezone);
Intl.DateTimeFormat().resolvedOptions().timeZone