You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!
The text was updated successfully, but these errors were encountered:
Sorry for now commenting on that, I didn't look at this package in the last months :(
Probably you didn't give a correct timestamp but I will look at that and tell you.
I will update the package very soon and look more into issues, I have a lot of features that I thought of that I can add and I will do that soon, and yeah because of this I will look for that and add support for js date objects.
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!
The text was updated successfully, but these errors were encountered: