Showing UTC in the Users Timezone Easily
In most of my applications, time is reflected in the UTC timezone. This is great for logic and math, but not so great when showing the date to the regular user.
Now, it’s pretty easy to show the UTC dates in the user’s timezone, without even asking them what it is.
Let’s see how to do this with a little bit of HTML and Javascript.