|
||||||
last_change_date_time is followed based on timezone of account,
So how I need to relate it with account?
Should I consider date written 2020-12-17 20:55:14.077551 as yyyy-MM-dd HH:mm:ss.microseconds ?
Thanks,
Hi,
Thank you for reaching out. Yes, it’s correct. This datetime instance is based on the timezone of the account. In the datetime module, the smallest unit is microsecond so in your case you could read it as 14.077551 seconds or 14077551 microseconds.
Thanks and regards,
Xiaoming, Google Ads API Team
|
||||||