When you create a new Date & Time column for Glide Tables or Airtable, now you will get a “Respect time zones” checkbox, which is checked by default.
Before, Glide does not respect time zones, meaning that it will treat the world as if there was only one time zone. If you put in 10:00 AM, it shows us 10:00 AM everywhere, but usually that’s not the case. Now, the value will change dynamically based on the time zone of the device.
Do you happen to know of any other ways to pull in the current UTC+0 time, via an excel or date function? Unfortunately our team is having some trouble implementing scripts (our fault, we’re not as well versed.)
Do you only need the offset between the user’s time and UTC+0, or do you need the name of the timezone as well? (say the difference is 7 and the timezone name is UTC+7)
We are looking for the offset i.e. +7. We have some helper columns set up to do the math… but stuck on pulling in the current time in UTC value to compare the user’s local time against.
I have a date / time column, set to date only and NOT respecting time zones.
I need the date to stay fixed - regardless of a users timezone. ie - someone in Hawaii sees Saturday 12th May, and little me in London sees the same. I don’t include or use time in this field. I keep that separate.
I often use lookups to get a date and it returns
UTC time for example 2025-09-28T00:00:00.000Z
I’ve tried testing by changing my computer’s time zone and it seems to stay fixed (always shows T00:00:000Z) but I’d like to be sure (and not back in Hawaii until February!)
Anyone know if I am safe or have any other suggestions?
Yes, I believe you should be fine, as long as the value isn’t changed (eg. with a date/time picker or by setting the current date/time).
Just to be clear (and I’m sure you already know this), even though you have set the column to Date Only, that’s just for display purposes. The stored value still includes a time, as is evident from your lookup result.