Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I get this error when trying to post a tweet to twitter.

 [request] => /1/statuses/update_with_media.json [error] => Timestamp out of bounds

This script worked fine till I had issues with my server and they fixed it. I'm thinking it reset the time zone, so that's why I'm having this issue? What's Twitter's servers time zone set to so I can set mine accordingly in WHM?

Does anyone have another other ideas?

share|improve this question
Make sure that the code you're using is converting your local time to GMT before converting to epoch time in seconds. Also ensure that your system clock is accurate and not running behind or ahead. – Fivell Mar 23 '12 at 11:15

1 Answer

up vote 4 down vote accepted

Nevermind the bounty, I managed to solve it by experimenting. Here's the explanation:

http://www.backwardcompatible.net/post/19779184235/twitter-timestamp-out-of-bounds-solved

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.