Hi,
There appears to be a difference between actual time and rawtime. This issue was flagged in 2003 (I believe) where it was stated that the difference was 1 hour and 1 minute. I have just done a calculation and it appears that the difference has grown to almost 2 hours.
Here are my results:
Consider the date July 8, 2009 8:00:00 EST.
Since the EST offset from UT (GMT) is 5:00, this date/time is equivalent to July 8, 2009 13:00:00 UT.
The Julian date for this is JD 2455021.04167
Consider the date January 1, 1970 0:00:00 EST.
Using the offset for UT, this is equivalent to January 1, 1970 05:00:00 UT. The Julian date for this is JD 2440587.70833
The difference between these two Julian dates is 14433.33334 days or 1,247,040,000.576 seconds
For the July 8, 2009 08:00 EST bar the rawtick function returns a time of 1,247,054,400 seconds
The difference between the Julian date difference and the rawtick return value is 14,399.424000024796 seconds which is just under 240 min (239.990 min).
Can someone please explain to me what I am missing in using the rawtick function. Perhaps the rawtick function does not account for leap seconds, etc. ... Does anyone know how rawtick is computed?
Any clarification of this matter would be greatly appreciated. Thank you in advance for any help you may be able to provide.
Regards,
Jane
There appears to be a difference between actual time and rawtime. This issue was flagged in 2003 (I believe) where it was stated that the difference was 1 hour and 1 minute. I have just done a calculation and it appears that the difference has grown to almost 2 hours.
Here are my results:
Consider the date July 8, 2009 8:00:00 EST.
Since the EST offset from UT (GMT) is 5:00, this date/time is equivalent to July 8, 2009 13:00:00 UT.
The Julian date for this is JD 2455021.04167
Consider the date January 1, 1970 0:00:00 EST.
Using the offset for UT, this is equivalent to January 1, 1970 05:00:00 UT. The Julian date for this is JD 2440587.70833
The difference between these two Julian dates is 14433.33334 days or 1,247,040,000.576 seconds
For the July 8, 2009 08:00 EST bar the rawtick function returns a time of 1,247,054,400 seconds
The difference between the Julian date difference and the rawtick return value is 14,399.424000024796 seconds which is just under 240 min (239.990 min).
Can someone please explain to me what I am missing in using the rawtick function. Perhaps the rawtick function does not account for leap seconds, etc. ... Does anyone know how rawtick is computed?
Any clarification of this matter would be greatly appreciated. Thank you in advance for any help you may be able to provide.
Regards,
Jane
Comment