Hi,
I created a wcf service, now i am using fetch xml and abstracting yesterday's data. i am getting the data of yesterday but the number of records i get keep changing with time. I think my 'yesterday' is getting changed to UTC time and than i am getting the data, but i need it to be as per pacific standard time.
How do i do that? do anyone has any idea, i am having filter in fetchxml.
<condition attribute="createdon" operator="yesterday".
When i pass the query in xrm tool i get records as per ISt time, as i am in India.How do I resolve such problem. I need to put this query in my service and want data to be fetched as per PST timezone.