What’s the easiest way to get the timestamp from a web page with objective-c (iOS sdk)?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
What do you mean “timestamp from a web page”.
All an HTTP server dishes up to its client on a GET for a URL is a stream of octets and an assortment of response headers. The HTTP server will likely hand you back DATE header, but since the simply gives you the time the response was sent back, it’s not likely to do you much good.