Search code examples
iosiphonensdateunix-timestamp

How to convert NSDate into unix timestamp iphone sdk?


How to convert an NSDate into Unix timestamp? I've read many posts which do the reverse. But I'm not finding anything related to my question.


Solution

  • I believe this is the NSDate's selector you're looking for:

    - (NSTimeInterval)timeIntervalSince1970