Quick JS Snippet: Prevent local timezone to be forced when not specified
JavaScript's Date object can be very tricky sometimes.
One of the most mind-screwing issues a JS dev can stumble upon is local timezone enforcement
What do I mean by that?
Let's say our system (no matter if Node or Browser) has a UTC-0300 timezone, a...
mrtinsal.hashnode.dev2 min read