I\'d like to be able to guess the user\'s timezone offset and whether or not daylight savings is being applied. Currently, the most definitive code that I\'ve found for this
To robustly determine a user's timezone using javascript. Check out jsTimezoneDetect.
It will give you an Olsen timezone database key that you can use for server side datetime calculations.