IPhone - Problem with NSDate to get time interval according to current time zone?

You might also want to check this out Using TimeZones.

This has been answered in a fair bit of detail here. How to convert time to the timezone of the iphone device? You might also want to check this out Using TimeZones.

If both are NSDates then you could do : //calculate the time difference in seconds, that is absolute and does not depend in time zones :) double timeDiffInSecs = date1 timeIntervalSince1970 - date2 timeIntervalSince1970.

I just want current time interval for current time zone and not UTC – Satyam svv Aug 18 at 6:59.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions