Timestamp Value
(Redirected from timestamp)
Jump to navigation
Jump to search
A Timestamp Value is an temporal value that represents a time point.
- Context:
- It can be associated with a Temporal Record (a Timestamped Event).
- Example(s):
tstamp=`date +%H%M%S`
, using the Unix date Utility.- …
- Counter-Example(s):
dstamp=`date +%y%m%d`
, using the Unix date Utility.- a Global-Unique Identifier(GUID).
- See: Real-Time System.