Created
January 13, 2020 00:08
-
-
Save dzharii/11aaa094c9877b00a1b7bfec85c717bc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
data:text/html,<script>setInterval(() => document.body.innerHTML = ["Europe/Amsterdam", "America/Los_Angeles"].map(tz => { return {tz: tz, d: new Date().toLocaleString("en-US", {timeZone: tz}).toLocaleString()}}).reduce((p, {tz, d}) => p + `<h1>${tz}: <b>${d}</b></h1>`, ''), 1000)</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment