Timetag
Timetag is a label or value attached to an event to indicate when it should occur or when it occurred. In computing and communications, timetags provide precise timing information that supports scheduling, synchronization, and ordering of data across systems with clocks that may drift.
Formats vary by system. A common arrangement is a fixed-point timestamp consisting of an epoch reference and
Usage examples include scheduling OSC messages at a future moment, timestamping sensor data for correlation, or
Implementation considerations include endianness, time zone independence, clock synchronization, and portability across platforms. Many libraries provide
Timetag concepts intersect with timecode, timestamps, and synchronization protocols such as NTP and PTP.