jQuery Countdown and User's Local Time
I wish to use a jQuery countdown timer; but want the time-keeping to be in sync with the UTC time; and not the user's system time. I'm using
http://hilios.github.io/jQuery.countdown/ and got the countdown to work as expected; but with one big problem: The countdown takes into account user's local time as current time. I'd however want the plugin to make use of UTC time ( seconds ) for the timer to be precise.
Would appreciate if you could help.
Thanks a lot for your time. I really appreciate it.