Within Timing
A Timestamp Without Uncertainty Is Not Enough
A useful event record should say not only what time it claims, but also how uncertain that time is and where the uncertainty came from.
On this page
- Why exact looking times can be misleading
- Sources of uncertainty in cameras and sensors
- How to report timing confidence clearly
Page outline Jump by section
Introduction
An event timestamp is only as trustworthy as the uncertainty that accompanies it. In automated instrumented UAP detection, recording a sighting as occurring at 21:14:32.417 UTC creates an impression of precision, but that number alone does not reveal whether the true observation time is known within a microsecond, a video frame, a tenth of a second or several seconds. For evidence intended to support later analysis, the timestamp should therefore be treated as a measured quantity with an associated uncertainty rather than as an unquestionable fact.
This distinction becomes especially important when correlating optical recordings with radar tracks, ADS-B broadcasts, satellite ephemerides, weather observations or data from a second observing station. A timestamp that honestly reports its confidence interval is often more valuable than one that appears perfectly precise but conceals unknown delays, clock drift or software latency. This approach follows the broader principles of scientific metrology, where traceability and documented uncertainty are considered essential characteristics of reliable measurements. [NIST+2NIST]nist.govNIST Time and Frequency ServicesIf a measurement is made using a NIST reference, and if the uncertainty of the measurement is known a…
Why exact-looking times can be misleading
Digital systems routinely display timestamps with millisecond or microsecond resolution regardless of whether that resolution reflects actual measurement accuracy. A camera may save timestamps with three decimal places simply because its software uses that format, not because the exposure time is known to within one millisecond.
Several different concepts are easily confused:
- Resolution is the smallest time increment the system can record.
- Accuracy describes how close the recorded time is to UTC or another reference.
- Precision describes repeatability.
- Uncertainty expresses the estimated range within which the true event time probably lies.
A record reading 2026-04-18T21:14:32.417Z therefore communicates only a nominal time. Without additional metadata, an analyst cannot determine whether the uncertainty is ±0.5 ms, ±16.7 ms (one frame at 60 fps), ±100 ms or several seconds. ISO 8601 standardises timestamp formatting, but it does not by itself communicate measurement uncertainty or timing confidence. [ISO]iso.orgiso 8601 date and time formatISO 8601 — Date and time formatMarch 11, 2020 — 21 Feb 2017 — It gives a way of presenting dates and times that is clearly defined and…
For automated UAP observatories, hidden uncertainty can produce false correlations. Two sensors appearing to observe the same object may actually have recorded unrelated events if one system’s clock was offset by hundreds of milliseconds. Conversely, a genuine multi-sensor observation could be rejected because analysts mistakenly assumed the timestamps were more accurate than they really were.
Amazon book picks
Further Reading
Books and field guides related to A Timestamp Without Uncertainty Is Not Enough. Use these as the next step if you want deeper reading beyond the article.
Digital image processing
First published 1977. Subjects: Digital techniques, Image processing, open_syllabus_project, Digital Image Processing, Technology.
An introduction to error analysis
First published 1982. Subjects: Expériences, Physical measurements, Foutenleer, Error analysis (Mathematics), Physique.
Measurement Systems Application and Design
First published 1966. Subjects: Measuring instruments, Physical measurements, Meetinstrumenten, Capteurs (technologie), Messgerät.
Understanding GPS/GNSS
First published 2017. Subjects: Global Positioning System, TECHNOLOGY & ENGINEERING, Military Science.
Sources of uncertainty in cameras and sensors
Timing uncertainty rarely comes from a single cause. Instead, it accumulates from several independent components throughout the acquisition chain.
Camera exposure and frame timing
Conventional video cameras observe continuously but report events as discrete frames. The timestamp may correspond to the beginning of exposure, the midpoint, the end of exposure or the time when the frame was written to memory. Rolling shutters introduce further ambiguity because different image rows are exposed at slightly different times.
Frame rate also limits temporal resolution. At 30 frames per second, consecutive frames are approximately 33.3 milliseconds apart. Unless interpolation or hardware timestamping is available, an object’s appearance may only be localised within part of that interval.
Research on machine vision consistently shows that optical measurement uncertainty depends not only on geometry but also on camera architecture, optics and acquisition parameters. [MDPI]mdpi.comThe Influence of Camera and Optical System Parameters…by J Skibicki · 2020 · Cited by 21 — The article presents the influence of t…
Clock synchronisation uncertainty
Even perfectly timestamped frames inherit uncertainty from the underlying clock.
Possible contributors include:
- residual error after GPS or GNSS synchronisation;
- Network Time Protocol (NTP) variation caused by changing network latency;
- Precision Time Protocol (PTP) configuration and network hardware;
- oscillator drift between synchronisation updates;
- temporary loss of external timing references.
NIST guidance repeatedly emphasises that timestamp accuracy depends on the complete time-transfer system rather than the nominal specification of the timing protocol alone. Network conditions, clock stability and calibration all contribute to the final uncertainty budget. [NIST+2PMC]nist.govNIST Internet Time Service (ITS)The accuracy of the time stamps as seen by a user will usually be determined largely by the stability…
Processing latency
Many imaging systems timestamp events after substantial internal processing.
Potential delays include:
- image sensor readout;
- image compression;
- USB or network transmission;
- operating system scheduling;
- buffering before storage;
- AI inference pipelines;
- database write delays.
Some of these delays are nearly constant and can be calibrated. Others vary unpredictably from frame to frame, producing timing jitter that should be reflected in the reported uncertainty.
Research on camera-IMU calibration demonstrates that timestamp offsets themselves can be estimated with uncertainty bounds rather than assumed to be exact, providing a useful model for multimodal scientific instruments. [Raphael Voges]raphael-voges.deRaphael VogesTimestamp Offset Calibration for an IMU-Camera System…July 18, 2018 — by R Voges · Cited by 29 — In order to find the off…
How to report timing confidence clearly
Instead of storing only a timestamp, an evidence-quality UAP event record should preserve enough metadata for another investigator to understand how trustworthy that time actually is.
A practical record might include:
FieldPurposeTimestamp (UTC)Nominal observation timeEstimated uncertaintyExample: ±8 ms (95% confidence)Time referenceGPS-disciplined, PTP, NTP, internal oscillatorSynchronisation statusLocked, degraded, holdover or unsynchronisedTimestamp originExposure start, exposure midpoint, frame end, packet arrival or file creationCalibration dateMost recent timing validationKnown systematic offsetApplied correction, if anyRemaining residual uncertaintyEstimated uncorrected timing error
This style of reporting separates the measured time from confidence in that measurement. It also enables later recalibration if improved timing models become available.
Where confidence cannot be quantified precisely, categorical labels are still preferable to silent assumptions.
For example:
Confidence labelTypical interpretationHighHardware timestamped and traceable to UTC with validated uncertaintyModerateSynchronised clock with characterised software latencyLowInternal clock with known drift or incomplete calibrationUnknownTimestamp preserved but uncertainty cannot presently be estimated
Such labels are not substitutes for numerical uncertainty where available, but they prevent analysts from treating all timestamps as equally reliable.
Preserving uncertainty strengthens evidence
A common misconception is that uncertainty weakens evidence. In scientific measurement, the opposite is usually true.
Measurements become more credible when their limitations are explicit because later analysts can incorporate those uncertainties into statistical reconstruction rather than unknowingly relying on false precision. Fields ranging from metrology to distributed sensing and medical event databases increasingly recommend preserving temporal uncertainty instead of replacing it with apparently exact timestamps. [PMC+2NIST]pmc.ncbi.nlm.nih.govTiming errors and temporal uncertainty in clinical databases…by AJ Goodwin · 2022 · Cited by 23 — In this narrative review we explo…
For automated UAP observatories, uncertainty-aware timestamps also improve reproducibility. Independent researchers can evaluate whether two events plausibly overlap in time, whether sensor disagreements fall within expected error margins, or whether an apparent discrepancy is simply explained by documented timing uncertainty.
A timestamp without uncertainty is not enough
Within an instrumented UAP detection system, the timestamp should be regarded as a measurement accompanied by an uncertainty estimate, provenance information and synchronisation status. Together these elements allow later investigators to distinguish between genuine temporal disagreement and expected measurement error.
Rather than recording only a precise-looking clock value, robust event datasets preserve what is actually known: when the event probably occurred, how accurately that time is known, how the estimate was obtained and what factors may have influenced it. That additional metadata transforms a timestamp from a convenient file attribute into defensible scientific evidence.
Endnotes
-
Source: nist.gov
Link: https://www.nist.gov/document/sp432-02pdfSource snippet
NIST Time and Frequency ServicesIf a measurement is made using a NIST reference, and if the uncertainty of the measurement is known a...
-
Source: nist.gov
Link: https://www.nist.gov/programs-projects/time-measurement-and-analysis-service-tmasSource snippet
a high accuracy time standard. TMAS customers include calibration and...
-
Source: pmc.ncbi.nlm.nih.gov
Link: https://pmc.ncbi.nlm.nih.gov/articles/PMC7339776/Source snippet
nih.govAccurate, Traceable, and Verifiable Time Synchronization for...by MA Lombardi · 2016 · Cited by 47 — The paper describes why accu...
-
Source: iso.org
Title: iso 8601 date and time format
Link: https://www.iso.org/iso-8601-date-and-time-format.htmlSource snippet
ISO 8601 — Date and time formatMarch 11, 2020 — 21 Feb 2017 — It gives a way of presenting dates and times that is clearly defined and...
Published: March 11, 2020
-
Source: mdpi.com
Link: https://www.mdpi.com/1424-8220/20/18/5433Source snippet
The Influence of Camera and Optical System Parameters...by J Skibicki · 2020 · Cited by 21 — The article presents the influence of t...
-
Source: nist.gov
Link: https://www.nist.gov/pml/time-and-frequency-division/time-distribution/internet-time-service-itsSource snippet
NIST Internet Time Service (ITS)The accuracy of the time stamps as seen by a user will usually be determined largely by the stability...
-
Source: raphael-voges.de
Link: https://raphael-voges.de/publication/voges-2018-b/voges-2018-b.pdfSource snippet
Raphael VogesTimestamp Offset Calibration for an IMU-Camera System...July 18, 2018 — by R Voges · Cited by 29 — In order to find the off...
Published: July 18, 2018
-
Source: pmc.ncbi.nlm.nih.gov
Link: https://pmc.ncbi.nlm.nih.gov/articles/PMC9433547/Source snippet
Timing errors and temporal uncertainty in clinical databases...by AJ Goodwin · 2022 · Cited by 23 — In this narrative [review]({{ 'review/' | relative_url }}) we explo...
-
Source: nist.gov
Title: time synchronization electronic distributed systems
Link: https://www.nist.gov/publications/time-synchronization-electronic-distributed-systemsSource snippet
Time Synchronization for Electronic Distributed Systemsby JD Gale · 2004 · Cited by 1 — Synchronization of clocks in electronic distribut...
-
Source: tf.nist.gov
Link: https://tf.nist.gov/general/pdf/2125.pdfSource snippet
and Technical Measurement Requirements for Time...by MA Lombardi · Cited by 23 — Any time provider may be used for synchro- nization, ho...
-
Source: nist.gov
Title: improving uncertainty nist remote time and frequency calibration service
Link: https://www.nist.gov/publications/improving-uncertainty-nist-remote-time-and-frequency-calibration-serviceSource snippet
Improving the Uncertainty of NIST Remote Time...by A Novick · 2024 · Cited by 2 — The combined measurement uncertainties are 11.8 ns for...
-
Source: tsapps.nist.gov
Title: get pdf.cfm
Link: https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=915305Source snippet
Time and Comparing ClocksThe MTIE statistic depends both on frequency accuracy and frequency stability, since a clock with a frequency of...
-
Source: nist.gov
Link: https://www.nist.gov/publications/search_by_author/1159681Source snippet
ation (STL) receivers with respect to UTC(NIST).Read more...
-
Source: tf.nist.gov
Link: https://tf.nist.gov/general/pdf/2941.pdfSource snippet
S. stock market transactions was chosen to be NIST time, and the first synchronization requirement for financial markets...Read more...
-
Source: nist.gov
Link: https://www.nist.gov/pml/time-and-frequency-division/time-services/nist-time-scale-data-archiveSource snippet
NIST Time Scale Data ArchiveThis is accomplished by using data published by the BIPM in its Circular T and by weekly estimates of UTC, wh...
-
Source: gps.gov
Title: NIST.TN.2189
Link: https://www.gps.gov/sites/default/files/2025-07/NIST.TN_.2189.pdfSource snippet
An Evaluation of Dependencies of Critical Infrastructure...by MA Lombardi · 2021 · Cited by 34 — Time transfer is the practice of transf...
-
Source: mdpi.com
Link: https://www.mdpi.com/1996-1073/18/5/1163Source snippet
Time Synchronization Techniques in the Modern Smart Gridby Y Liu · 2025 · Cited by 35 — In modern smart grids, accurate and synchronized...
-
Source: Wikipedia
Title: ISO 8601
Link: https://en.wikipedia.org/wiki/ISO_8601Source snippet
ISO 8601ISO 8601 is an international standard covering the worldwide exchange and communication of date and time-related data. It is m...
Additional References
-
Source: endruntechnologies.com
Link: https://endruntechnologies.com/pdf/TraceabilityTimeServers.pdfSource snippet
Establishing Traceability to UTCThe uncertainty of application-level timestamps is based on a typical time transfer uncertainty (2 millis...
-
Source: researchgate.net
Link: https://www.researchgate.net/publication/330586320_Timestamp_Offset_Calibration_for_an_IMU-Camera_System_Under_Interval_UncertaintySource snippet
Timestamp Offset Calibration for an IMU-Camera System...A timestamp-based method is utilized in [1], which estimates sensor-specific cyc...
-
Source: nps.edu
Link: https://nps.edu/documents/110773463/165192597/CTX-EAG-Special-Issue-2026.pdf -
Source: nasa.gov
Title: 42 applying schedule uncertainty in jcls
Link: https://www.nasa.gov/wp-content/uploads/2023/06/42-applying-schedule-uncertainty-in-jcls.pdfSource snippet
Applying Schedule Uncertainty in JCLs – Problems and...27 Apr 2022 — several unique challenges: • The application of uncertainty because...
-
Source: researchgate.net
Link: https://www.researchgate.net/figure/Measurement-Uncertainties-of-NIST-Disciplined-Clocks-all-values-are-in-nanoseconds_tbl1_308945434Source snippet
ronisation (QTS) protocol families, quantifying the gap between theory and...Read more...
-
Source: fidgeo.de
Title: See below for an example of such a record. Page 13. NISO
Link: https://www.fidgeo.de/fileadmin/user_upload/2016/07/2017_01-NISO-understanding-metadata.pdfSource snippet
UNDERSTANDING METADATAby J Riley · Cited by 610 — As with relational databases, an XML document describing a defined thing is known as a...
-
Source: researchgate.net
Link: https://www.researchgate.net/publication/221909507_Clock_Synchronization_of_Distributed_Real-Time_Industrial_Data_Acquisition_SystemsSource snippet
able to coordinate the operation or compare the data collected by the different...
-
Source: milvus.io
Link: https://milvus.io/ai-quick-reference/what-role-does-metadata-timestamp-camera-location-play-in-ingestionSource snippet
ta ingestion process by providing essential context and structure.Read more...
-
Source: researchgate.net
Link: https://www.researchgate.net/publication/246951839_NIST_Time_and_Frequency_ServicesSource snippet
(PDF) NIST Time and Frequency Servicesof the measurement is known and documented, the measurement is said to be traceable...
-
Source: semanticscholar.org
Link: https://www.semanticscholar.org/paper/Timestamp-Offset-Calibration-for-an-IMU-Camera-Voges-Wagner/6c87c61a19faa682b6616944cff2d3efe5195abbSource snippet
certainty that are used as a common representation for a bounded-error...
Topic Tree



