bartbutenaers / node-red-contrib-blockly

A Node Red node for visual programming a function using Blockly
Apache License 2.0
89 stars 22 forks source link

Get local time as well as UTC #44

Closed cymplecy closed 5 years ago

cymplecy commented 5 years ago

It would be nice to be able to get datetime results that are local timezone based (as well as existing UTC of course)

I've a few ideas

  1. Add new item localdate to dropdown - easy but doesn't give programmer access to all date formats
  2. Add localtimestamp block
  3. Change block to be get year▼ from timestamp timestamp as UTC/local
cymplecy commented 5 years ago

Withdrawn