Hello,
I am trying to figure out how to chart my DynamoDB values into the chart. Currently I am getting the data with timestamp from DynamoDB which I can view it in Node-red. Problem I get is getting the data into the chart. I tried doing some test with manually entering the data and found the issue.
Right now the timestamp I get from DynamoDb reads like Time: "2020-07-02T13:25:06.468-7:00". I can not plot this into the chart but if I change the timestamp into Time: "2020-07-02T13:25:06.468" then it works good.
Is there any way to remove the "-7:00" evertime I get data from DynamoDB.
Thank you