How to format date
FROM
2023-02-22T14:01:07+05:00
TO
2023-1-22 14:34:21
2023-1-22 14:34:21
Convert and add minutes +30 min
UTC+5:30 min
How to format date
FROM
2023-02-22T14:01:07+05:00
TO
2023-1-22 14:34:21
2023-1-22 14:34:21
Convert and add minutes +30 min
UTC+5:30 min
I would recommend that you don't try to do this manually. If working in Node-RED, you can use Node.js's INTL built-in library to convert between timezones. You can also use the MomentJS library that is built into JSONata and is available as a stand alone contributed node (node-red-contrib-moment).
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.