Feb 20, 2023 11:06 AM - edited Feb 20, 2023 11:11 AM
Hello!
I'm having issues with Airtable's default GMT timezone. I have a Date field (which I do not want to have time displayed for) as well as a formula field using the DATEADD formula to calculate the next time a task is due, based on frequency.
In the formula field, I can specify timezone. In the Date field, I can't - without adding the time. Because of that, it's calculating incorrectly - everything is off by a day. Only when I add a time do the dates show up correctly.
Is there any way to fix this? Do I need to add something to my DATEADD formula?
Thank you!
Feb 20, 2023 03:00 PM
Date only fields are always midnight GMT when used in formulas. Since your formula result is a date, set the formatting tabl of the formula field to use the same Timezone for everyone (GMT).
Feb 22, 2023 06:57 AM
Thank you for your response! Is there any way to make them both appear in EST?
Mar 13, 2023 07:17 PM
I would also like to know how to set the time zone on a date field without displaying the time. Why is the "Use the same time zone for all collaborators" option not available without the time being displayed? Is there a way to enable it?
Jun 02, 2023 05:52 PM
I would also like to know this. It's very frustrating!
Dec 06, 2023 01:51 AM
Has anybody figured out this ? My goal is to add "duration" field into "date only" field with formula. But stuck on this timezone problem and formula keeps returning wrong timezone no matter where I adjust timezone with SET_TIMEZONE.
Sep 11, 2024 06:29 AM
I'm having this same issue. Has anyone figured out a solution?
Sep 11, 2024 03:13 PM
I have made this formula to my situation. I wanted to convert "date only" field to "date+time" using "duration" field. Everything needed convert to string, and back to the date format. Here is my formula, I hope it helps: