Count Down Closing Timer and dealing with DST in JavaScript
You can add these date prototypes to properly display the date and time in another location regardless of whether you are in DST or you or the destination observe DST Date.prototype.stdTimezoneOffset = function () { var jan = new Date(this.getFullYear(), 0,...