Created
          March 29, 2016 16:33 
        
      - 
      
- 
        Save JonAbrams/97e8875584f53b065d1e to your computer and use it in GitHub Desktop. 
    jstz minus Intl
  
        
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 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