Skip to main content

I have an automation that emails a list of people every time a record is created and within that email is a formula field that concatenates a date with several other fields but the problem is in all the emails the date and time is always 7 hours ahead. How do I make it so it sends only in pacific standard time? 

Use a formula field with DATETIME_FORMAT and SET_TIMEZONE, then use that formula field instead of the date field

https://support.airtable.com/docs/supported-timezones-for-set-timezone


Reply