I’m making an app where I need to get the actual date ([NSDate date]) into seconds since 1970 (timeIntervalSince1970). But I don’t manage to get it working, how should it be done?
I’m making an app where I need to get the actual date ( [NSDate
Share
Note that NSTimeInterval is actually a
doublevalue, not an object.