Skip to content

Instantly share code, notes, and snippets.

@davidminor
Created June 10, 2020 22:20
Show Gist options
  • Save davidminor/93fee1f5d4a6f1cfd005241a9364dfd5 to your computer and use it in GitHub Desktop.
Save davidminor/93fee1f5d4a6f1cfd005241a9364dfd5 to your computer and use it in GitHub Desktop.
// it's 4am somewhere
const moment = require('moment-timezone');
console.log(moment.tz.names().filter(tz => moment.tz(new Date(), tz).hour() === 4));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment