Oddly enough, I'm having the same issue.
I have a created date set as a SQL Datetime. If a condition is met, status = 'Closed' I want to add a random number of days to determine the closed date. Closed date is also a SQL Datetime. However, for closed date it displays as UTC time. What gives?
Here's my schema: [](https://mockaroo.com/9fe6d580)