Is there a way to get the twitter server-time ?
on my server the time(stamp) differs from the twitter-(server-)time .. about 20 seconds
sometimes i get minus Seconds (e.g. "Tweet posted -12 seconds ago") ...
how to get the timestamp of the twitter-server ? ... to synchronize ... is it possible?
THX

Replies
The current time that Twitter "thinks" it is is returned in the "Date" HTTP header of every response to an API call you make. You can also issue a simple HTTP HEAD request to GET help/test to get the header as an initial syncing step for your app.
Thanks, that works fine for me with the HTTP HEADER of my $request_url
twitter seems to be some seconds in the future, or my server in the past ^^ however ^^
i cant sync my time server with twitter server, i need help in spanish please