I have written a JavaScript countdown clock, it’s my first actually, so I had to copy bits and bobs from websites to help me, nevertheless, it works. But I was wondering how I can add a timezone to my date? The until variable counts down the time to that date and time.
var until = new Date( 2012, 8 - 1, 29, 19, 0, 0);
You could use the timezone-js library, example usage :