Insert multiple rows from an array of data to postgreSQL

Hi @Dylan_Schuster
Workflow is working as expected. With your support I could make this possible in loop node.
image
image

I am capturing few datetime stamp from SQL server. In the same time format, I need to ingest the data into postgreSQL. What I have issue here is when getting timestamp to Losant workflow it is automatically taking the timezone of my geographical location. I was trying with date/time node to match with original time format, but it is not working. Attached here the sample Image FYR. The actual time should 2023-05-23 02:23:40 but instead I get Tue May 23, 2023 14:23:40:000
can I get any comments?
image