UTC vs Interval Resolution
Posted: Tue Apr 03, 2018 10:07 pm
Under most circumstances, subtracting the log's prior row value from the current value will yield a millisecond delta that is consistent whether UTC or Interval. Occasionally, they do not match. Worse yet, UTC may go backwards.
I read that UTC pulled from GPS is guaranteed accurate within 97 nanoseconds, but obviously if it goes backwards something is amiss.
Can I depend upon the accuracy of the interval in Interval? Should I, instead, depend upon the interval of GPS but understand there are occasionally time shifts? Is there a bug in the GPS reading code that occasionally processes the wrong time?
This is all asked in the context of external data analysis software, FWIW.
I read that UTC pulled from GPS is guaranteed accurate within 97 nanoseconds, but obviously if it goes backwards something is amiss.
Can I depend upon the accuracy of the interval in Interval? Should I, instead, depend upon the interval of GPS but understand there are occasionally time shifts? Is there a bug in the GPS reading code that occasionally processes the wrong time?
This is all asked in the context of external data analysis software, FWIW.