Though I was thinking this fails if your machine has the wrong time.
"... It should now pick up your timezone via js ..."
and you can use this to check against user preferences in TZ. I'll be checking the src how you do this. Difficult to find out how?
var offset = new Date().getTimezoneOffset() / 60 if(offset != parseInt(JSTZ_OFFSET)){ new Ajax.Request("/jstz/" + offset); }
Though I was thinking this fails if your machine has the wrong time.
"... It should now pick up your timezone via js ..."
and you can use this to check against user preferences in TZ. I'll be checking the src how you do this. Difficult to find out how?