Hello icatii,
Welcome to the Microsoft Q&A and thank you for posting your questions here.
I understand that you are having issues with Time Zone Parameter Ignored in Azure Data Factory PostgreSQL Connector After Migration.
You would need to handle time zone conversions across your datasets without altering individual queries by Mapping Data Flows in Azure Data Factory - https://learn.microsoft.com/en-us/azure/data-factory/concepts-data-flow-overview this method will convert timestampColumn
to the Europe/Warsaw
timezone, accounting for daylight saving time adjustments and you should also report this issue to Azure Support via your Azure Portal to see if there is a bug fix or patch for the PostgreSQL connector's "Time Zone" parameter. I will advise, automation with PowerShell or post-processing transformations which are also valid approaches to solve this at scale https://learn.microsoft.com/en-us/powershell/module/az.datafactory/?view=azps-9.0.0
I hope this is helpful! Do not hesitate to let me know if you have any other questions.
Please don't forget to close up the thread here by upvoting and accept it as an answer if it is helpful.