My Google AdWords Sandbox Account shows that my time zone is "America/ Los_Angeles":
<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ............................... <soapenv:Body> <getAccountInfoResponse xmlns="https://adwords.google.com/api/ adwords/v12"> <getAccountInfoReturn> ................................. <timeZoneEffectiveDate>1219444481000</ timeZoneEffectiveDate> <timeZoneId>America/Los_Angeles</timeZoneId> </getAccountInfoReturn> </getAccountInfoResponse> </soapenv:Body> </soapenv:Envelope> However, when I add a Campaign (even without specifying startDay and endDay), startDay is returned in the Eastern time zone and endDay is returned in the Central time zone: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> ........................................................ <soapenv:Body> <addCampaignResponse xmlns="https://adwords.google.com/api/ adwords/v12"> <addCampaignReturn> ................................................. <endDay>2037-12-30-05:00</endDay> .................................................... <startDay>2008-09-02-04:00</startDay> .................................................... </addCampaignReturn> </addCampaignResponse> </soapenv:Body> </soapenv:Envelope> Why this inconsistency? In Production AdWords, the behaviour seems to be as expected, i.e. the Account's (Pacific) time zone is used. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---