js mendapatkan nama zona waktu
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