Orchestrator and Insights Timezone conversion

Hi,

This is my first time posting into the forums. I am having troubles figuring out how orchestrator and insights manage timezones. Currently we are working for a client that is using CST as a timezone. Whenever I upload an item to orchestrator with a datetime it automatically substract either 5 or 6 hours (depending of the time of the year) to my date. Esentially it is converting my datetime to CST, even though my dates were CST to begin with. So as a solution I converted my dates into UTC before uploading to orchestrator and after downloading from orchestrator I converted back to CST (in actual fact I just use the local timezone via TimeZoneInfo.Local).

The problem occurs when we use that information on Insights. It is again substracting hours from my dates, even though those dates are by origin UTC (because of the conversion). Why is it doing that? How should I manage my datetime?

The orchestrator version is 22.4.1 and UiPath Studio version is 2023.4.3

Here are screenshots as a guide:


This is my settings on orchestrator
Date without conversion
This is a date uploaded without conversion
Date with conversion
Date with conversion (a different one)
Timezone Analytics
This is the timezone on insights
Date on Insights
Date on insights

Thanks in advance!!