1

Interesting behavior in FlipClock library (http://flipclockjs.com/)

The following code works fine:

        clock1 = $('.clock1').FlipClock( {
            clockFace: 'TwentyFourHourClock'
        });

However, if you include an adjustment for timezone, then it starts incrementing seconds by 2:

        clock1 = $('.clock1').FlipClock(3600 * 3, {
            clockFace: 'TwentyFourHourClock'
        });

Any help on this would be appreciated!

Fred
  • 47
  • 6
  • 1
    I don't see the API description for your second usage at that web site. What version are you using? – Bob Dalgleish Jun 13 '16 at 22:19
  • Hi Bob, just downloaded a few days ago, so should be newest. You are correct, I could not easily find in the API doc how to accomplish this, so I winged it by copying from another example. If you could point me to the API doc point on the correct way to do this, that would be great! – Fred Jun 13 '16 at 22:37
  • I followed the link you gave in your OP. From there, there are several collections of documentation, including the developer's API. As I said, I could not find the usage you are using. – Bob Dalgleish Jun 14 '16 at 13:57

0 Answers0