FlyerTalk Forums - View Single Post - Quarter 4 Promotion coming September 16, 2008
Old Sep 15, 2008, 1:16 pm
  #78  
gfowler-ord-1k
In memoriam
 
Join Date: Feb 2002
Location: Chicago, IL (ORD), Phoenix AZ (PHX)
Programs: UA 1K 1.9MM, Starwood Platinum, a nothing in several others
Posts: 5,176
Originally Posted by Starwood Lurker
Well, let's just say that the clock is not as wrong as some people think it is. ....
Thanks for the hint. I know what I will be doing at 1900 US EDT today.

BTW, could you pass on the IT team that the timing that they used for the countdown is not reliable. The setInterval function they used in updating the timer has know problems as it's timing varies slightly with different browsers and drifts.
Code:
function startTimer(){
		setInterval(function(){
			updateTimer('timer', 'days');
			seconds -= 1;
		}, 1000);
gfowler-ord-1k is offline