Hey, I'm using the API to retrieve numbers from both the SEARCH_QUERY_PERFORMANCE_REPORT and the KEYWORDS_PERFORMANCE_REPORT, which I add to a table in my database. These reports have data aggregated by date, but not by time, and which date they fall upon is determined by the EST timezone.
My problem is that my database has many other tables with data from many other sources, all of which use UTC to determine the days. Is there a way I can retrieve data in UTC instead of EST?
Thanks for your patience,
Benny