Hi, I'm creating a small app like TweetDeck and was wondering how to calculate the correct time when your rate limits reset...
The XML I parsed is: <reset-time-in-seconds type="integer">1246568101</reset-time-in- seconds> So in order to convert seconds to minutes you do seconds 0.0166666666666667 * 1246568101 Therefore, 1246568101 seconds = 20776135.016666666 minutes Which is not right if limits are reset every 60 mins.
