Right now I am using this Javascript timezone timer: http://www.hashemian.com/tools/javascript-countdown.htm
This works but it will calculate from YOUR computer time. I don’t want that. I want a timer that counts down from the timezone I am in (USA EASTERN) so instead of the page loading at THEIR time.. it would finialize the countdown at my time I wish for EVERYWHERE.
Is this possible? Maybe with PHP or jQuery?
note to self: look into this – http://www.minisitegallery.com/blog/php-javascript-countdown-script-with-timezone-setting.html
I made a google gadget to do that here. Basically, you add a time zone at the end when you construct the Date object you are counting from, like so:
For Central Daylight Time I put CDT for the timezone variable. I think it will also take a straight offset from GMT. This depends on the time zone being set properly at the client’s computer, but it does work.