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
Preview for A Timestamp Without Uncertainty Is Not Enough

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.

Uncertainty illustration 1 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…Published: March 11, 2020

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.

BookCover for Digital image processing

Digital image processing

By Rafael C. Gonzalez, Richard E. Woods

First published 1977. Subjects: Digital techniques, Image processing, open_syllabus_project, Digital Image Processing, Technology.

eBay marketplace picks

Marketplace Samples

Example marketplace items related to this page. Use the search link to explore similar finds on eBay.

Using USA

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…

Uncertainty illustration 2

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…Published: July 18, 2018

Uncertainty illustration 3

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

  1. Source: nist.gov
    Link: https://www.nist.gov/document/sp432-02pdf
    Source snippet

    NIST Time and Frequency ServicesIf a measurement is made using a NIST reference, and if the uncertainty of the measurement is known a...

  2. Source: nist.gov
    Link: https://www.nist.gov/programs-projects/time-measurement-and-analysis-service-tmas
    Source snippet

    a high accuracy time standard. TMAS customers include calibration and...

  3. 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...

  4. Source: iso.org
    Title: iso 8601 date and time format
    Link: https://www.iso.org/iso-8601-date-and-time-format.html
    Source 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

  5. Source: mdpi.com
    Link: https://www.mdpi.com/1424-8220/20/18/5433
    Source snippet

    The Influence of Camera and Optical System Parameters...by J Skibicki · 2020 · Cited by 21 — The article presents the influence of t...

  6. Source: nist.gov
    Link: https://www.nist.gov/pml/time-and-frequency-division/time-distribution/internet-time-service-its
    Source 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...

  7. Source: raphael-voges.de
    Link: https://raphael-voges.de/publication/voges-2018-b/voges-2018-b.pdf
    Source 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

  8. 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...

  9. Source: nist.gov
    Title: time synchronization electronic distributed systems
    Link: https://www.nist.gov/publications/time-synchronization-electronic-distributed-systems
    Source snippet

    Time Synchronization for Electronic Distributed Systemsby JD Gale · 2004 · Cited by 1 — Synchronization of clocks in electronic distribut...

  10. Source: tf.nist.gov
    Link: https://tf.nist.gov/general/pdf/2125.pdf
    Source snippet

    and Technical Measurement Requirements for Time...by MA Lombardi · Cited by 23 — Any time provider may be used for synchro- nization, ho...

  11. 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-service
    Source snippet

    Improving the Uncertainty of NIST Remote Time...by A Novick · 2024 · Cited by 2 — The combined measurement uncertainties are 11.8 ns for...

  12. Source: tsapps.nist.gov
    Title: get pdf.cfm
    Link: https://tsapps.nist.gov/publication/get_pdf.cfm?pub_id=915305
    Source snippet

    Time and Comparing ClocksThe MTIE statistic depends both on frequency accuracy and frequency stability, since a clock with a frequency of...

  13. Source: nist.gov
    Link: https://www.nist.gov/publications/search_by_author/1159681
    Source snippet

    ation (STL) receivers with respect to UTC(NIST).Read more...

  14. Source: tf.nist.gov
    Link: https://tf.nist.gov/general/pdf/2941.pdf
    Source snippet

    S. stock market transactions was chosen to be NIST time, and the first synchronization requirement for financial markets...Read more...

  15. Source: nist.gov
    Link: https://www.nist.gov/pml/time-and-frequency-division/time-services/nist-time-scale-data-archive
    Source 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...

  16. Source: gps.gov
    Title: NIST.TN.2189
    Link: https://www.gps.gov/sites/default/files/2025-07/NIST.TN_.2189.pdf
    Source snippet

    An Evaluation of Dependencies of Critical Infrastructure...by MA Lombardi · 2021 · Cited by 34 — Time transfer is the practice of transf...

  17. Source: mdpi.com
    Link: https://www.mdpi.com/1996-1073/18/5/1163
    Source snippet

    Time Synchronization Techniques in the Modern Smart Gridby Y Liu · 2025 · Cited by 35 — In modern smart grids, accurate and synchronized...

  18. Source: Wikipedia
    Title: ISO 8601
    Link: https://en.wikipedia.org/wiki/ISO_8601
    Source 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

  1. Source: endruntechnologies.com
    Link: https://endruntechnologies.com/pdf/TraceabilityTimeServers.pdf
    Source snippet

    Establishing Traceability to UTCThe uncertainty of application-level timestamps is based on a typical time transfer uncertainty (2 millis...

  2. Source: researchgate.net
    Link: https://www.researchgate.net/publication/330586320_Timestamp_Offset_Calibration_for_an_IMU-Camera_System_Under_Interval_Uncertainty
    Source snippet

    Timestamp Offset Calibration for an IMU-Camera System...A timestamp-based method is utilized in [1], which estimates sensor-specific cyc...

  3. Source: nps.edu
    Link: https://nps.edu/documents/110773463/165192597/CTX-EAG-Special-Issue-2026.pdf

  4. 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.pdf
    Source snippet

    Applying Schedule Uncertainty in JCLs – Problems and...27 Apr 2022 — several unique challenges: • The application of uncertainty because...

  5. Source: researchgate.net
    Link: https://www.researchgate.net/figure/Measurement-Uncertainties-of-NIST-Disciplined-Clocks-all-values-are-in-nanoseconds_tbl1_308945434
    Source snippet

    ronisation (QTS) protocol families, quantifying the gap between theory and...Read more...

  6. 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.pdf
    Source snippet

    UNDERSTANDING METADATAby J Riley · Cited by 610 — As with relational databases, an XML document describing a defined thing is known as a...

  7. Source: researchgate.net
    Link: https://www.researchgate.net/publication/221909507_Clock_Synchronization_of_Distributed_Real-Time_Industrial_Data_Acquisition_Systems
    Source snippet

    able to coordinate the operation or compare the data collected by the different...

  8. Source: milvus.io
    Link: https://milvus.io/ai-quick-reference/what-role-does-metadata-timestamp-camera-location-play-in-ingestion
    Source snippet

    ta ingestion process by providing essential context and structure.Read more...

  9. Source: researchgate.net
    Link: https://www.researchgate.net/publication/246951839_NIST_Time_and_Frequency_Services
    Source snippet

    (PDF) NIST Time and Frequency Servicesof the measurement is known and documented, the measurement is said to be traceable...

  10. Source: semanticscholar.org
    Link: https://www.semanticscholar.org/paper/Timestamp-Offset-Calibration-for-an-IMU-Camera-Voges-Wagner/6c87c61a19faa682b6616944cff2d3efe5195abb
    Source snippet

    certainty that are used as a common representation for a bounded-error...

Topic Tree

Follow this branch

Parent topic

Timing Why Every UAP Sensor Needs the Same Clock

Related pages 5