I need to store a date in the future, using NSDate.
If I use timeInterval (from now) in seconds, am I going to run into problems when crossing summer/winter time.
Is there a way to store, say "this coming Monday at 5.30", in a form which will avoid this problem, so it doesn't matter whether Monday is after putting the clocks back/forward?
(The purpose of this is to delete an appointment date - stored online - once it has passed.)