language-icon Old Web
English
Sign In

Timestamp

A timestamp is a sequence of characters or encoded information identifying when a certain event occurred, usually giving date and time of day, sometimes accurate to a small fraction of a second. The term derives from rubber stamps used in offices to stamp the current date, and sometimes time, in ink on paper documents, to record when the document was received. Common examples of this type of timestamp are a postmark on a letter or the 'in' and 'out' times on a time card. A timestamp is a sequence of characters or encoded information identifying when a certain event occurred, usually giving date and time of day, sometimes accurate to a small fraction of a second. The term derives from rubber stamps used in offices to stamp the current date, and sometimes time, in ink on paper documents, to record when the document was received. Common examples of this type of timestamp are a postmark on a letter or the 'in' and 'out' times on a time card. In modern times usage of the term has expanded to refer to digital date and time information attached to digital data. For example, computer files contain timestamps that tell when the file was last modified, and digital cameras add timestamps to the pictures they take, recording the date and time the picture was taken. This data is usually presented in a consistent format, allowing for easy comparison of two different records and tracking progress over time; the practice of recording timestamps in a consistent manner along with the actual data is called timestamping. The sequential numbering of events is sometimes called timestamping. Timestamps are typically used for logging events or in a sequence of events (SOE), in which case each event in the log or SOE is marked with a timestamp. Practically all computer file systems store one or more timestamps in the per-file metadata.In particular, most modern operating systems support the POSIX stat (system call), so each file has 3 timestamps associated with it:time of last access (atime: ls -lu),time of last modification (mtime: ls -l), andtime of last status change (ctime: ls -lc). Some file archivers and some version control software, when they copy a file from some remote computer to the local computer, adjust the timestamps of the local file to show the date/time in the past when that file was created or modified on that remote computer, rather than the date/time when that file was copied to the local computer.

[ "Computer hardware", "Computer network", "Computer security", "Real-time computing", "Operating system", "Presentation timestamp", "program clock reference", "Time Stamp Counter", "Timestamping", "time stamping" ]
Parent Topic
Child Topic
    No Parent Topic