I’m using ObjectiveFlickr to retrieve a collection of photos from Flickr. The dates are returned as strings like “1309695647“.
What are these numbers? Milliseconds? I can’t figure out how to define a date format to convert them into NSDate objects using NSDateFormatter 🙁
The Flickr documentation doesn’t help and I can’t find anything on google 🙁
The high probability is that these dates are regular timestamps (unsigned int, number of seconds since January 1, 1970). See below:
http://www.flickr.com/services/api/misc.dates.html