Skip to content

Instantly share code, notes, and snippets.

@JonAbrams
Created March 29, 2016 16:33
Show Gist options
  • Save JonAbrams/97e8875584f53b065d1e to your computer and use it in GitHub Desktop.
Save JonAbrams/97e8875584f53b065d1e to your computer and use it in GitHub Desktop.
jstz minus Intl
var oldIntl = window.Intl;
window.Intl = undefined;
var tzName = jstz.determine();
window.Intl = oldIntl;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment