Timezone reference table updated

302 views
Skip to first unread message

Eric Koleda

unread,
Feb 29, 2012, 6:05:16 PM2/29/12
to adwor...@googlegroups.com
Hi All,

We've recently updated the timezone reference table in our documentation:


This table now includes the POSIX name of the timezone used by the CreateAccountService as well as the display name returned in the AccountTimeZoneId file of reports.  For example, the timezone "America/New_York" is displayed as "(GMT-05:00) Eastern Time" in reports.  The offset displayed in the parenthesis will change based upon the observance of daylight savings time, etc.

We are still working to making it simpler to retrieve the timezone of an account, but for now downloading it in a report is the only method available.

Best,
- Eric Koleda, AdWords API Team

Brandon Parise

unread,
Aug 14, 2012, 4:31:51 PM8/14/12
to adwor...@googlegroups.com
The timezone is not being shifted based upon the observance of daylight savings time.

I pulled a report for today:

103526900,2012-08-14,1.0,4,1,7.59,9,(GMT-05:00) Eastern Time

The current offset should be GMT-04:00

B

Oliver

unread,
Aug 15, 2012, 5:39:41 AM8/15/12
to adwor...@googlegroups.com
Brandon, are you saying you only just started getting inaccurate results for timezone?  Has it not always been like this?

Brandon Parise

unread,
Aug 15, 2012, 8:44:22 AM8/15/12
to oliver....@gmail.com, adwor...@googlegroups.com
This is the first time that we pulled AccountTimeZoneId in reports so I am not sure if this has always been the case. It's creating issues on our end since at the moment -05:00 is US/Central, not Eastern so our DateTime logic gets messed up;

$date = new DateTime('2012-07-15 00:00:00 -05:00'); // 2012-07-15 00:00:00
$date->setTimeZone(new DateTimeZone('America/New_York')); // 2012-07-15 01:00:00

Changing TimeZone to EST shifts the time +1 hour due to the incorrect offset coming down through the reports.

Brandon

--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en

Kevin Winter

unread,
Aug 21, 2012, 11:47:31 AM8/21/12
to adwor...@googlegroups.com, oliver....@gmail.com
Hi Brandon,
  I explained a bit on the other thread.  Basically, I think you should just need to specify date & time with the account timezone, no need to shift for your current timezone.  If you could explain your use case, we might be able to provide more specific advice.

- Kevin Winter
AdWords API Team
Reply all
Reply to author
Forward
0 new messages