SyntaxFix
Write A Post
Hire A Developer
Questions
You can config global timezone with the library tzdata:
npm install tzdata -y
After set your environment with the variable for example: TZ=America/Bogota
And testing in your project:
new Date()
I hope helpyou