▲ Countdown Timer with React Hooks at alligator.io▼2 up and 1 down, posted by alligatorio 1822 days ago 1 comment
egauci 1821 days ago. link 1 point ▲ ▼This: const difference = +new Date("2020-01-01") - +new Date() will only work they way you expect it to if you are in the UTC timezone.