hilios / jQuery.countdown

The Final Countdown plugin for jQuery
http://hilios.github.io/jQuery.countdown/
MIT License
2.31k stars 720 forks source link

countdown with servertime for the start #315

Open Rayman223 opened 5 years ago

Rayman223 commented 5 years ago

Hi everyone.

This countdown is awesome :) But I need to have a really precise countdown, this is for an auction system on my website. So the countdown must be perfect with only the server time and not the client time.

How can I change the code to use the server time as reference ? like in PHP <?php echo time(); ?>

Best regards !

Rayman223 commented 5 years ago

To fix this, a solution could be to use the finaldate as relative time like 500 seconds insteand of a fix date time.