Set the timezone used by Intl, Date, etc.
Symbol
setTimeZone
@param timeZone
A string representing the time zone to use, such as "America/Los_Angeles"
@returns
The normalized time zone string
You can also set process.env.TZ to the time zone you want to use. You can also view the current timezone with Intl.DateTimeFormat().resolvedOptions().timeZone