You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2023. It is now read-only.
Should have a timezone entry in main.gs as part of the setup.
And then write for the timezone if you are close to UTC time it won't make much difference, but the further you are away you get due dates wrong.
Example :
Time comes from Google API as 2022-11-22T00:00:00.000Z .... (Z means zulu time or UTC) this means if you are in a time zone with a - UTC you will have wrong due dates. In my case I'm -7:00 UTC (Edmonton Mountain Time). So some offset is needed.
The text was updated successfully, but these errors were encountered:
Should have a timezone entry in main.gs as part of the setup.
And then write for the timezone if you are close to UTC time it won't make much difference, but the further you are away you get due dates wrong.
Example :
Time comes from Google API as 2022-11-22T00:00:00.000Z .... (Z means zulu time or UTC) this means if you are in a time zone with a - UTC you will have wrong due dates. In my case I'm -7:00 UTC (Edmonton Mountain Time). So some offset is needed.
The text was updated successfully, but these errors were encountered: