Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

For the codes below,

NSTimeInterval theInterval = [Adate timeintervalSinceDate Bdate];

this is the code i am using . in ios 5.0 it is giving me the proper value. But in iOS 6 same code is giving me incorrect value. So i am suspecting timeIntervalSinceDate is not working properly in iOS 6.

Why is there a difference between iOS 5 and iOS 6 results ?

UPDATE: Same for function [NSDate timeIntervalSinceNow]

share|improve this question
1  
And your question is? – oɔɯǝɹ Nov 15 '12 at 19:13
I have the same issue. For example, that line of code in iOS 5 provides 207.082923 however in iOS6 it becomes 31622737.127376. Did you find a solution? – Buyin Brian Nov 30 '12 at 0:33
same here. iOS6 is giving incorrect information. Other question (stackoverflow.com/questions/13637472/ios6-timeinterval-bug) pointed to NSDateFormatter issue, but it is not our case. – Shivan Raptor Dec 12 '12 at 6:59

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.