Time in milliseconds: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
Time can be stored as a number of milliseconds past a chosen starting point, also known as the epoch. | |||
In the {{software}}, a time in milliseconds of 0, corresponds to 00:00:00:000 January 1st, 1970 in the [https://en.wikipedia.org/wiki/Coordinated_Universal_Time UTC time zone]. | |||
==Notes== | |||
* Time is sometimes stored as an attribute, in which case this number is stored as a double. When interpretated by the {{software}}, this double number is first converted to a long number before interpreting this as a time offset in milliseconds. Keep this in mind when manually adjusting attributes representing time in milliseconds, or when interpreting time data using the API. |
Revision as of 10:00, 21 July 2020
Time can be stored as a number of milliseconds past a chosen starting point, also known as the epoch.
In the Tygron Platform, a time in milliseconds of 0, corresponds to 00:00:00:000 January 1st, 1970 in the UTC time zone.
Notes
- Time is sometimes stored as an attribute, in which case this number is stored as a double. When interpretated by the Tygron Platform, this double number is first converted to a long number before interpreting this as a time offset in milliseconds. Keep this in mind when manually adjusting attributes representing time in milliseconds, or when interpreting time data using the API.