Could there be a way I can change my local timezone to a different timezone whenever I want to create a new date.
For example:
const date = new Date().timezone("GMT-04:00");
or
const date = new Date("GMT-04:00");
My local timezone is GMT+0:300
but I want that whenever I want to create a new Date, it's default timezone is GMT-04:00