Javascript countdown and timezone and daylight saving time issues
问题 Our team are having big issues with the JQuery countdown and we really need some help. Initially, we had some ScriptSharp code that does this JQueryCountdownOptions opts = new JQueryCountdownOptions(); opts.Layout = "<ul class=\"group\"> <li>{dn} <span>{dl}</span></li> <li>{hn} <span>{hl}</span></li> <li>{mn} <span>{ml}</span></li> <li>{sn} <span>{sl}</span></li> </ul>"; opts.Until = Number.ParseInt(timeLeft); jQuery.Select("#countdownclock").Plugin<JQueryCountdown>().Countdown(opts); jQuery