JSFiddle - React, Tailwind, and code Playground
by jfriend00
HTML
<script src="http://files.the-friend-family.com/log.js"></script>
JavaScript
var t = new Date();
log(t.toString().replace(/\sGMT.*$/, ""));
by jfriend00
<script src="http://files.the-friend-family.com/log.js"></script>
var t = new Date();
log(t.toString().replace(/\sGMT.*$/, ""));