Hello Community!
I have this problem:
i have a datetimeoffset column in sql :
But when I get the values in powerapps they are not correct:
how can i fix it?

Hello Community!
I have this problem:
i have a datetimeoffset column in sql :
But when I get the values in powerapps they are not correct:
how can i fix it?
Which time zone are you in? The default conversion between TZO columns in SQL Server is to show the date/time value in your local time. So if you have a value in SQL server showing <2023-08-07 11:07:06.0000000 +00:00> and you are in the US Eastern time zone (currently with a time zone of UTC-04:00), then the value will be shown as "8/7/2023 7:07 AM"
The blog post at https://powerapps.microsoft.com/en-us/blog/working-with-datetime-values-in-sql/ has some additional information about this scenario.