JSFiddle - React, Tailwind, and code Playground

by Brian Houlihan

JavaScript

var d = new Date()
var n = d.getTimezoneOffset();
alert("tz: " + n);