Quick JS Snippet: Prevent local timezone to be forced when not specified
Jul 13, 2022 · 2 min read · 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...
Join discussion