Hi there,
Thanks for reaching out to the Google Ads API Forum.
Yes, Google Ads API pulls the account timezone. You may see if below sample
code which will first get the current time in the Asia/Shanghai timezone using
the SimpleDateFormat class. Then, it will set the timezone of the
SimpleDate
Hello,
When I call the changeStatus interface using the Google ads API, I need to
pass a 'last_change_date_time' Time parameter,
Based on my understanding,
This time is actually an account time zone, so I need to convert our time
in Shanghai to this account time zone. When I used JAVA code to co