RE: how to convert google time zones

2023-06-07 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
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

How to convert Google time zones

2023-06-03 Thread dongfu li
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