Skip to content

Instantly share code, notes, and snippets.

@TimFletcher
Created December 13, 2013 18:40
Show Gist options
  • Save TimFletcher/7949055 to your computer and use it in GitHub Desktop.
Save TimFletcher/7949055 to your computer and use it in GitHub Desktop.
$(document).ready(function() {
var tz = jstz.determine(); // Determines the time zone of the browser client
$('#id_timezone').val(tz.name()); // Sets it in the form
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment