Obsolete
Status Update
Comments
jp...@google.com <jp...@google.com>
jp...@google.com <jp...@google.com> #2
I'm marking this issue as obsolete because it hasn't received many votes and it's been a while since it was reported. If you still believe that this issue is important, please comment below with additional details or open a new issue. Thank you for your feedback!
Description
1. When a new project is created by Multipart Upload of Drive API v3, the timeZone of Manifests file (appsscript.json) is `"timeZone": "America/Los_Angeles"`.
Ref:
2. When a new project is created by Method: projects.create of Google Apps Script API v1, the timeZone of Manifests file (appsscript.json) is `"timeZone": "America/New_York"`.
Ref:
3. When a new project is manually created at
Ref:
My local time zone is "Asia/Tokyo".
For all methods, can I create a new project with the same time zone (Asia/Tokyo) which is my local time zone? Or are there some methods for achieving this? Does this situation occur only for my environment?