Daily Sync to Local DB for Custom Reports Discrepancies

Hey @msmythers, glad you have found the issue! :slight_smile:

Our APIs store all dates in UTC time. There is no way to query based on timezone.

To account for this, you can use a timezone offset (JavaScript example) to figure out the local time from UTC time, and then adjust your request to include the next UTC day.

Thanks,
Tommy