calimarkus/JDFlipNumberView

DateCountdownView: Check real date value once per second.

calimarkus opened this issue · 5 comments

DateCountdownView: Check real date value once per second.

Hi Jaydee3.
Congratulation for the JDFlipNumberView, it's been really useful for me, but i'm having problens with the hours. I initiate the date with the method InitWithTimeIntervalSince1970 and i'm using my GMT -3. Do you think that my problem it is related to this issues? Could you help me? I'm trying to set the countdown to new years eve.
Thanks!!

Thanks. What is the problem? You didn't describe it. Is the value wrong?

Am 16.08.2012 um 00:11 schrieb Rafael Gaia Duarte notifications@github.com:

Hi Jaydee3.
Congratulation for the JDFlipNumberView, it's been really useful for me, but i'm having problens with the hours. I initiate the date with the method InitWithTimeIntervalSince1970 and i'm using my GMT -3. Do you think that my problem it is related to this issues? Could you help me? I'm trying to set the countdown to new years eve.
Thanks!!


Reply to this email directly or view it on GitHub.

Yes, the value is wrong. I set the date to 01/01/2013 00:00:00 and converted the timestamp at http://www.epochconverter.com. The website gave me this number:1357009200, and i used with the method initWithTimeIntervalSince1970. The only thing that is coming wrong is the hour.

That is not related with this issue, but I'll have a look at your problem. You could make a new issue.

Fixed in v2. Currently available on the develop branch.