google / clasp

🔗 Command Line Apps Script Projects
https://developers.google.com/apps-script/guides/clasp
Apache License 2.0
4.52k stars 422 forks source link

Console log - incorrect time zone #981

Open toomanynights opened 10 months ago

toomanynights commented 10 months ago

(Note: Non-breaking issues are likely not to be prioritized. Please consider a PR in addition to your issue)

Hey guys, great product, thanks! This is more of a support request but I couldn't find where can I submit one.

Expected Behavior

I expect cloud logs to be displayed in full and use my language and time zone.

Actual Behavior

Despite having a correct (GMT+003) time zone specified in script settings, I always receive logs in GMT. (Also the strings are cut short and sometimes are for some reason in Dutch, but I'm not sure it can be altered by Clasp).

Steps to Reproduce the Problem

  1. Install clasp.
  2. Provide "Asia/Nicosia" time zone in appscript.json or in script settings.
  3. clasp logs
  4. You will see the logs are in GMT time zone.

Specifications