Skip to content

Instantly share code, notes, and snippets.

@kbaum
Created March 12, 2013 22:17
Show Gist options
  • Save kbaum/5147609 to your computer and use it in GitHub Desktop.
Save kbaum/5147609 to your computer and use it in GitHub Desktop.
Setting Browser TZone
window.BrowserTZone ||= {}
BrowserTZone.setCookie = ->
$.cookie "browser.timezone", jstz.determine().name(), { expires: 365, path: '/' }
jQuery ->
BrowserTZone.setCookie()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment