I am looking to see if there is a script or function that will let let assign an old timestamp value to a point
For example the point I am interested in was last logged at 11:32:05 and the other points last logged at 12:27:27.
I would like to take the value 11:32:05 and eventually be able to export it to DGLux.
My problem is the functions I have tried:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date/valueOf
all return the current timestamp, if anything at all.
Does anyone know of a function or script that will let me save this timestamp (11:32:05)?
Bryan