Skip to content

Instantly share code, notes, and snippets.

@dzharii
Created January 13, 2020 00:08
Show Gist options
  • Save dzharii/11aaa094c9877b00a1b7bfec85c717bc to your computer and use it in GitHub Desktop.
Save dzharii/11aaa094c9877b00a1b7bfec85c717bc to your computer and use it in GitHub Desktop.
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