Skip to content

Instantly share code, notes, and snippets.

@tanaikech
Created April 6, 2021 08:04
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanaikech/e15f437e870425e388aba374a0066c3a to your computer and use it in GitHub Desktop.
Save tanaikech/e15f437e870425e388aba374a0066c3a to your computer and use it in GitHub Desktop.
A Bug of New IDE about Time Zone of Google Apps Script project was removed

A Bug of New IDE about Time Zone of Google Apps Script project was removed

I had confirmed a bug of new IDE about the time zone of Google Apps script project. When I created new Google Apps Script project using new IDE, the time zone of GAS project is always America/New_York. In my area, it's Asia/Tokyo. The time zone can be confirmed at appscript.json.

So, I had reported this issue to Google issue tracker. Ref After I posted this, I had also confirmed this issue at Stackoverflow. Ref

Today, I got a report from Google issue tracker. When I tested above, I could confirm that the issue was removed. When I created new Google Apps Script project, I confirmed that the value of timeZone in appsscript.json is Asia/Tokyo. So I reported this here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment