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]