Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想知道是否可以转换这个时间间隔:
TimeIntervalSinceReferenceDate
到这个时间间隔:
TimeIntervalSince1970
无需创建新的 NSDate,谢谢!
我想你可以计算 1970 年 1 月 1 日到 2001 年 1 月 1 日之间的秒数,然后从你的时间间隔中减去它,但我看不出这比说:
[[NSDate dateWithTimeIntervalSinceReferenceDate:timeInterval] timeIntervalSince1970];