I am attempting to work with dates in my project. I keep getting weird little changes based on the dates being 5 hours off (I live in EST, -5).
The production environment defaults to UTC and I would love to be able to do that as well in my localhost environment.
Is there a way that I may use express
or some npm
package to start the server off in UTC? Is this a machine issue?
I do not want to have different code than the production environment.