Timestamp: Difference between revisions
Jump to navigation
Jump to search
(Created page with "{{stub}} An integer describing a count of milliseconds from midnight januari 1st, 1970, UTC. This is a standardized method for describing an exact moment in time. Category:...") |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{stub}} | {{stub}} | ||
A timestamp is a standardized methode for describing an exact date and time. It is a count of milliseconds from midnight januari 1st, 1970, UTC. This point in time is known as the epoch. | |||
In the {{software}}, when a timestamp is stored as an attribute, it is stored as a '''double''' (decimal value) but interpreted as a '''long''' (integer value). | |||
[[Category:unit]] | [[Category:unit]] |
Revision as of 10:20, 17 December 2019
This article is a stub.
A timestamp is a standardized methode for describing an exact date and time. It is a count of milliseconds from midnight januari 1st, 1970, UTC. This point in time is known as the epoch.
In the Tygron Platform, when a timestamp is stored as an attribute, it is stored as a double (decimal value) but interpreted as a long (integer value).