Hi Experts,
This is a follow up to a this post. I have the requirement of creating a view that extracts the date part of the plan_start_dttm (a datetime field in task), and to use this view field for filtering tasks by only giving the date (irrespective of time).
My timezone is UTC+11, and the azure database is storing values in UTC. Because of this I am running into an issue with the dates stored during morning hours (before 11 am).

I have highlighted above how the query yields incorrect values based on the time. Notice how for 10.59 a.m it gives the incorrect date and at 11.01 a.m itâs correct.
Is there any way around this issue? âââââââ