I'm creating a countdown timer for a project I'm on and I feel its important to get the most accurate time possible. What is more accurate and, more importantly, the most unalterable than server time?
The project requires days/hours/minutes/seconds so if I could grab the exact time the page was requested from the server I could then just throw it in a JavaScript variable and work it out from there.