How to implement a countdown clock on a product launch web page?
Posted
by Daniel Earwicker
on Stack Overflow
See other posts from Stack Overflow
or by Daniel Earwicker
Published on 2010-04-12T09:00:44Z
Indexed on
2010/04/12
9:03 UTC
Read the original article
Hit count: 340
JavaScript
|time
I'm asking this on behalf of a certain corporation:
http://www.microsoft.com/visualstudio/en-us/watch-it-live
Things to bear in mind:
- It's 8:30 AM at different times depending on where you are in the world. For example, where I am, it is already 10 AM, whereas in Redmond it's still only 2 AM.
That's probably the main thing, I guess. Can any SO users recommend ways to improve the existing countdown page so that it works correctly for users in any timezone?
(Serious question - clearly this is a pit that is easy to fall into!)
© Stack Overflow or respective owner