I built a flow to take data from an excel file and insert it into a SQL table. However, when I check the data saved into the SQL table all the dates are minus one day.


Following is the comparison between excel and the SQL table.


Does anyone have a suggestion on how to address this or if it could be caused by the insertion into SQL itself?
Thanks