Skip to content

Instantly share code, notes, and snippets.

@Sinetheta
Created November 30, 2012 19:57
Show Gist options
  • Save Sinetheta/4178154 to your computer and use it in GitHub Desktop.
Save Sinetheta/4178154 to your computer and use it in GitHub Desktop.
JS: current timezone offset
var currentTimeZoneOffsetInHours = (new Date()).getTimezoneOffset()/60;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment