您如何从Swift中的纪元获得秒数?
您可以简单地使用NSDate的timeIntervalSince1970功能。
timeIntervalSince1970
let timeInterval = NSDate().timeIntervalSince1970