// TIMEZONE is not a const! I'm always up to travel anywhere! βοΈ
let timezone = new Date
.now()
.toLocaleString(
'pt-BR',
{ timezone: 'America/Sao Paulo' }
);
let work = {
isWorking: true,
position: 'Senior Software Engineer'
};