PButcher / flipdown

⏰ A lightweight and performant flip styled countdown clock
https://pbutcher.uk/flipdown/
MIT License
384 stars 123 forks source link

bug:day change to 100 #50

Open bosiky opened 1 year ago

bosiky commented 1 year ago

if day change to 100, the count down show not correct values

var twoDaysFromNow = (new Date().getTime() / 1000) + (86400 * 100) + 1

Yasp0 commented 11 months ago

This bug is still there.