Hi, I’m working with FetchXML and using a condition to filter records based on the modifiedon
date using the "on or before" operator. The issue is that the date value is in UTC format, which is 5 hours behind my local timezone (Pakistan Standard Time). I need a way to filter the records using the user’s local date and time, regardless of their region, so that the query results reflect real-time data accurately.
Is there a syntax or best practice to achieve this in FetchXML?