获取当前时间和当前时间戳

NSDate *date = [NSDate dateWithTimeIntervalSinceNow:0];
NSTimeInterval time = [date timeIntervalSince1970];

你可能感兴趣的:(获取当前时间和当前时间戳)