On Apr 28, 2010, at 1:04 AM, Kubernan wrote: > Did you try to use NSDateComponents for building your reference date > (2001/01/01) such as :
No, reasonable idea though. But even better, I should have been logging the reference date after I created it. When I do that, I get: 2000-12-31 17:00:00 -0700 Which is correct, midnight at UTC. Then I add 3,412 days and I get: 2010-05-05 17:00:00 -0600 Which is off by an hour. So the problem seems to be with the addition, not with the creation of the reference date. -- Scott Ribe [email protected] http://www.elevated-dev.com/ (303) 722-0567 voice _______________________________________________ Cocoa-dev mailing list ([email protected]) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
