Hi, I'm trying to calculate the number of days until a date, however the result isn't correct.
I think using the term TODAY is causing issues due to the difference of my time zone compared to Airtable's. Is there a way to add the time zone into the formula, or can I add/subtract days somehow?
Here's the formula I am using;
DATETIME_DIFF(
Date,
TODAY(),
'days'
)
