vuejs-countdown-timer
vuejs-countdown-timer copied to clipboard
Bug
When you change the PC time, the countdown value is changed together, even if the start-time and end-time values are set
Same issue, looks like it ignores start time value and uses current time; @Tiagospem was you able to solve this somehow?
@bahramhasanov any countdown has this problem, I solved it by creating my own countodwn, theoretically you need to compare the server time with the clock in javascript and subtract the time difference, that way whenever there is a change in the computer clock, it will work correctly