JS Obtenha o nome do fuso horário
console.log(Intl.DateTimeFormat().resolvedOptions().timeZone)
Dangerous Dove
console.log(Intl.DateTimeFormat().resolvedOptions().timeZone)
const timezone = Intl.DateTimeFormat().resolvedOptions().timeZone;
console.log(timezone);
Intl.DateTimeFormat().resolvedOptions().timeZone