Hi!
I'm having a strange issue. I'm trying to use this in a new app that I'm developing, and I use it as follows"
<Countdown finishTime={new Date("2020-06-11T06:43:00+02:00").getTime() / 1000}/>
At this time, that should result in around 5 days, 14 hours, 52 minutes and some seconds.
However, it renders as 2 days, 15 hours, 52 minutes and some seconds.
Maybe I'm doing something wrong, but I'm not sure what that could be..
Thanks in advance!
Hi!
I'm having a strange issue. I'm trying to use this in a new app that I'm developing, and I use it as follows"
<Countdown finishTime={new Date("2020-06-11T06:43:00+02:00").getTime() / 1000}/>At this time, that should result in around 5 days, 14 hours, 52 minutes and some seconds.
However, it renders as 2 days, 15 hours, 52 minutes and some seconds.
Maybe I'm doing something wrong, but I'm not sure what that could be..
Thanks in advance!