...
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)); | 
| Note | 
|---|
| When the parser output has a field called "time" on top level, it will be used like  We might remove this in future. So always call  | 
Get the time when the data was received by the server in ms, compatible with new Date(...).
...