Posts tagged ‘timezones’

Auto detect a time zone with JavaScript

by Josh Fraser on June 8, 2007


This blog post will attempt to explain how to automatically detect your user's time zone using JavaScript. If you're in a hurry, you can skip directly to the demo or just grab the files index.html detect_timezone.js Previous attempts to solve ...