Re: Julian date
Re: Julian date
- Subject: Re: Julian date
- From: Kyle Sluder <email@hidden>
- Date: Thu, 7 Jan 2010 10:22:45 -0800
On Thu, Jan 7, 2010 at 8:44 AM, Alexander Cohen <email@hidden> wrote:
> How should i go about creating a NSDate object from a julian date NSTimeInterval.
NSTimeIntervals have no sense of calendar. They describe seconds
elapsed since the reference date.
There is no standalone Julian calendar in Cocoa. The only way to
interpret dates relative to a Julian calendar is if they correspond to
Gregorian dates prior to October 1582.
--Kyle Sluder
_______________________________________________
Cocoa-dev mailing list (email@hidden)
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:
This email sent to email@hidden
References: | |
| >Julian date (From: Alexander Cohen <email@hidden>) |