Skip to content

Instantly share code, notes, and snippets.

@leedrch
Created January 5, 2019 17:09
Show Gist options
  • Save leedrch/0ff4c33a4b158b5a16d2c4ee753d46e7 to your computer and use it in GitHub Desktop.
Save leedrch/0ff4c33a4b158b5a16d2c4ee753d46e7 to your computer and use it in GitHub Desktop.
Node-Red Flow example : Using Timestamp
[{"id":"a55d2389.07bcb","type":"comment","z":"f2d39e90.e7ae2","name":"timestamp","info":"\n\nUnix Time은 즉 협정 세계시인 UTC에 근거\n1970년 1월 1일부터 경과의 숫자로 정의\n���정 세계시가 1972년 1월 1일에 재정\n1970-1-1\n\n시작 1970-01-01T00:00:00.000Z\n1년후 1971-01-01T00:00:00.000Z\n\n년 = 8640 * 365 = 31536000\n월 = 8640 * 30 = 2592000\n일 = 24 * 360 = 86400\n시 = 3600\n분 = 60\n초 = 1\n*1000\n\n31536000000\n\n\n\n","x":100,"y":60,"wires":[]},{"id":"d5b7534d.bd6f3","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"","payloadType":"date","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":120,"y":120,"wires":[["7e325c1e.31f6d4"]]},{"id":"7e325c1e.31f6d4","type":"debug","z":"f2d39e90.e7ae2","name":"","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"false","x":360,"y":120,"wires":[]},{"id":"6301b591.a6dc7c","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"31536000000","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":240,"wires":[["b1c3a95a.2ed8f8"]]},{"id":"b1c3a95a.2ed8f8","type":"moment","z":"f2d39e90.e7ae2","name":"","topic":"","input":"","inputType":"msg","inTz":"Asia/Seoul","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"ko_KR","output":"","outputType":"msg","outTz":"Asia/Seoul","x":360,"y":240,"wires":[["fe39f8f9.d864f8"]]},{"id":"95d0408e.8e99d","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"94608000000","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":400,"wires":[["b4ab08bb.6bb9f8"]]},{"id":"1702b667.0b987a","type":"debug","z":"f2d39e90.e7ae2","name":"3 years later","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":570,"y":400,"wires":[]},{"id":"fe39f8f9.d864f8","type":"debug","z":"f2d39e90.e7ae2","name":"1 year later","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":570,"y":240,"wires":[]},{"id":"b4ab08bb.6bb9f8","type":"moment","z":"f2d39e90.e7ae2","name":"","topic":"","input":"","inputType":"msg","inTz":"Asia/Seoul","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"ko_KR","output":"","outputType":"msg","outTz":"Asia/Seoul","x":360,"y":400,"wires":[["1702b667.0b987a"]]},{"id":"7968c068.7ac1c","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"0","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":110,"y":200,"wires":[["bb12441.41a05b8"]]},{"id":"52ff593f.26eed8","type":"debug","z":"f2d39e90.e7ae2","name":"UTC","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":550,"y":200,"wires":[]},{"id":"bb12441.41a05b8","type":"moment","z":"f2d39e90.e7ae2","name":"","topic":"","input":"","inputType":"msg","inTz":"Asia/Seoul","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"ko_KR","output":"","outputType":"msg","outTz":"Asia/Seoul","x":360,"y":200,"wires":[["52ff593f.26eed8"]]},{"id":"637d1c75.031e34","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"63072000000","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":280,"wires":[["eb9051d1.cd97c"]]},{"id":"6031d812.9b76d8","type":"debug","z":"f2d39e90.e7ae2","name":"2 years later","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":570,"y":280,"wires":[]},{"id":"eb9051d1.cd97c","type":"moment","z":"f2d39e90.e7ae2","name":"","topic":"","input":"","inputType":"msg","inTz":"Asia/Seoul","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"ko_KR","output":"","outputType":"msg","outTz":"Asia/Seoul","x":360,"y":280,"wires":[["6031d812.9b76d8"]]},{"id":"e32bccd1.30d62","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"94694400000","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":130,"y":440,"wires":[["45f50439.411dec"]]},{"id":"ba9d6d64.934a9","type":"debug","z":"f2d39e90.e7ae2","name":"3 years later(+1day)","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":600,"y":440,"wires":[]},{"id":"45f50439.411dec","type":"moment","z":"f2d39e90.e7ae2","name":"","topic":"","input":"","inputType":"msg","inTz":"Asia/Seoul","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"ko_KR","output":"","outputType":"msg","outTz":"Asia/Seoul","x":360,"y":440,"wires":[["ba9d6d64.934a9"]]},{"id":"4b4a3568.f8fcec","type":"comment","z":"f2d39e90.e7ae2","name":"Leap Year 1972","info":"Leap Years day(1970 - 2050)\n1972\n1976\n1980\n1984\n1988\n1992\n1996\n2000\t\n2004\n2008\n2012\n2016\n2020\n2024\n2028\n2032\n2036\n2040\n2044\n2048","x":280,"y":340,"wires":[]},{"id":"93471d3c.5d0f2","type":"inject","z":"f2d39e90.e7ae2","name":"","topic":"","payload":"1514764800000","payloadType":"num","repeat":"","crontab":"","once":false,"onceDelay":0.1,"x":140,"y":560,"wires":[["4118d705.249878"]]},{"id":"506d7311.70014c","type":"debug","z":"f2d39e90.e7ae2","name":"2018( 1975yr + 48yr + 12 days)","active":true,"tosidebar":true,"console":false,"tostatus":false,"complete":"payload","x":630,"y":560,"wires":[]},{"id":"4118d705.249878","type":"moment","z":"f2d39e90.e7ae2","name":"","topic":"","input":"","inputType":"msg","inTz":"Asia/Seoul","adjAmount":0,"adjType":"days","adjDir":"add","format":"","locale":"ko_KR","output":"","outputType":"msg","outTz":"Asia/Seoul","x":360,"y":560,"wires":[["506d7311.70014c"]]},{"id":"1f38f61d.7b7c4a","type":"comment","z":"f2d39e90.e7ae2","name":"Leap Year days : 12 (1970~2018)","info":"Leap Years day(1970 - 2050)\n1972\n1976\n1980\n1984\n1988\n1992\n1996\n2000\t\n2004\n2008\n2012\n2016\n2020\n2024\n2028\n2032\n2036\n2040\n2044\n2048","x":330,"y":500,"wires":[]}]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment