Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save Juxtaposeidon/ea47f8809e3d9dd2924bb75aabeff8f9 to your computer and use it in GitHub Desktop.

Select an option

Save Juxtaposeidon/ea47f8809e3d9dd2924bb75aabeff8f9 to your computer and use it in GitHub Desktop.
main.js
window.getLocalZone = function getLocalZone (time) {
return moment.unix(time).tz(userzone).format('ha z MMMM DD, YYYY')
}
View
script.
window.getLocalZone(1312312312)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment