{"library":"node-red-contrib-simpletime","type":"library","category":null,"description":"node-red-contrib-simpletime is a lightweight Node-RED node designed to inject and format date and time information into message payloads. Its current stable version is 3.1.0, and based on its npm activity and badge presence, it appears to maintain a regular update cadence. The node provides various pre-formatted date and time properties (e.g., `msg.myymd`, `msg.mytime`, `msg.myepoch`) that can be easily accessed in subsequent flow nodes like function nodes or UI templates. A key differentiator is its minimal footprint and simplicity for common date/time tasks, contrasting with more robust but heavier alternatives like `node-red-contrib-moment` for advanced timezone handling. It can operate on the current system time or process a provided `msg.date` input.","language":"javascript","status":"active","version":"3.1.0","tags":["javascript","node-red","time","date","moment"],"install":[{"cmd":"npm install node-red-contrib-simpletime","imports":["npm install node-red-contrib-simpletime","const currentTime = msg.mytime;","msg.date = new Date().toISOString(); return msg;"]},{"cmd":"yarn add node-red-contrib-simpletime","imports":[]},{"cmd":"pnpm add node-red-contrib-simpletime","imports":[]}],"homepage":null,"github":"https://github.com/Paul-Reed/node-red-contrib-simpletime","docs":null,"changelog":null,"pypi":null,"npm":"https://www.npmjs.com/package/node-red-contrib-simpletime","openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"18–22","success_rate":0,"avg_install_s":null,"avg_import_s":null,"wheel_type":null},"url":"https://checklist.day/v1/registry/node-red-contrib-simpletime/compatibility"},"provenance":{"verified_status":null,"verified_at":null,"last_verified":"Wed Jun 17","next_check":"Sat Jul 18","install_tag":null}}