Convert the time input to local time zone in node red through moment function

Please

In order to make the flow importable it is necessary to surround your code with three backticks (also known as a left quote or backquote ```)

``` 
   code goes here 
```

You can edit and correct your post by clicking the pencil :pencil2: icon.

See this post for more details - How to share code or flow json

In the meantime, provided the timestamps in the database are in UTC (as they should be) then you should not need to do any conversion.