Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Set the Sensor time of the current data record. Used for display, filter, sorting

The Timestamp must be in JS style and thus in milli seconds

Code Block
Record.setTime(new Date(timestamp_ms));

Get the time when the data was received by the server in ms, compatible with new Date(...).

...