1343359790000 这是毫秒值
------最佳解决方案--------------------
还可以使用dateWithTimeIntervalSinceNow或者dateWithTimeIntervalSinceReferenceDate
------最佳解决方案--------------------
long long time=1343359790000LL;------其他解决方案--------------------
NSDate *date = [[[NSDate alloc]initWithTimeIntervalSince1970:time/1000.0]autorelease];
还可以使用dateWithTimeIntervalSinceNow或者dateWithTimeIntervalSinceReferenceDate