I have a datetime column, changedate, that I need to use to get rows that have changed in the last week since 1PM. This column is unfortunately in local time (EST). The server is Microsoft SQL Server 2016. Here is the query I have now: Since I’m using AT TIME ZONE for both the column and @since, will this properly