thethingbox-node-timestamp 2.0.0
timestamp node for thethingbox, compatible with node-red
thethingbox-node-timestamp
A node for TheThingBoxTheThingBox or Node-RED to add a timestamp to the message.
Install
Run the following command in the root directory of your Node-RED install (TheThingBox : /root/thethingbox/node_modules/node-red)
npm install thethingbox-node-timestamp
Usage
This node adds a timestamp to the message. It sets msg.timestamp to the current time in UTC ISO 8601 (ex. 2014-09-05T09:02:48.954Z).