Skip to content

Instantly share code, notes, and snippets.

@chances
Created April 10, 2018 22:35
Show Gist options
  • Save chances/b32527720c43aabae7d2458fdecdab72 to your computer and use it in GitHub Desktop.
Save chances/b32527720c43aabae7d2458fdecdab72 to your computer and use it in GitHub Desktop.
JS Intl.DateTimeFormat resolved timezone
Intl.DateTimeFormat().resolvedOptions().timeZone
// 'America/Los_Angeles'
Intl.DateTimeFormat('en-US', {timeZone: 'UTC'}).resolvedOptions().timeZone
// 'Etc/UTC'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment