I am using a Google Sheet with the time and date of the meeting invite, when I add the invite, it does not go to the correct time. Do you know what I can do or how to fix this?
Here is a loom video:
I am using a Google Sheet with the time and date of the meeting invite, when I add the invite, it does not go to the correct time. Do you know what I can do or how to fix this?
Here is a loom video:
May we know what timezone are you in? Is it UTC-4?
I am eastern time zone New York - GMT - 5
Can you help me test this?
Create a new Glide Table with the same basic columns as what you have in the video.
The âShowing Time and Dateâ has the âRespect time zonesâ box checked.
That works! But is there a fix for when using a regular GoogleSheet? I tried to adjust the settings on Google Sheet, Google Calendar but that did not seem to work.
I think weâll have to use a workaround here. Can you try:
Please let me know what it returns, Iâm thinking we can leverage this to append a timezone.
I think almost there. Some reason the time is not converting correctly.
For example where it should be 6pm in the Showing Time. In the JavaScript time, it shows up at 22:00 which is 10pm. Is there anything I can add to the code to fix that? Maybe that can be a workaround. Here is what I put so far. Thanks for your help!!
Since you have âRespect Time Zonesâ checked I believe that it stores UTC/GMT time as the underlying value and then does the conversion to the users local time based on their individual time zone offset within the app. If you are sending UTC time to Google, does it also do the conversion on Googleâs side?
I think he has that date/time from Google Sheets, which does not allow you to check âRespect time zonesâ, the box was only checked from my example, which was on Glide Tables.
I believe this is the case. However I find it surprising that the JS column returns the timestamp in UTC as well, even if you donât check Respect Time Zones. I can reproduce this.
Yeah, I donât know. Definitely seems to be doing something in relation to each of your respective timezones.
Reviewing the video again, I do see that the google sheet is applying formatting on top of the underlying date, so Iâm not sure if thatâs doing something to cause a problem. Also, the underlying date is not in a true ISO format. Just that alone could potentially lead to unexpected results. Maybe Glide is trying to interpret it into an ISO format and maybe using the timezone of the google sheet somehow. I donât know. . I guess Iâd like to see the dates stored in the sheet in a more stable format.