Context:
I have a system setup where when a project reaches a certain status a series of tasks get added to my to do list.
I’ve been messing around with Zapier tables partially to teach myself how they work but also to build a form that displays a kanban to do list.
I want the columns in the Kanban to be based on a Due Date field, in relation to today. (Overdue, Due today, Due in the next 7 days etc.)
In my Zaper Table I have field named “Due Date” set to the America/New York Time Zone.
The Problem:
- I update the Due Date field to trigger the zap.
- In the table, the date is displayed as: 07/02/26 09:30 PM
- Now I go to the zap to set it up and the raw data for the for the new value is “2026-07-03T01:30:00.000Z”
If I change the TIME to 2:30 AM I get this set to the Zap: 2026-07-02T06:30:00.000Z
This screws up the results of my zap, as it sends the wrong date out.
How can I make sure the correct date for my time zone is output when the zap is triggered?
I don’t actually need the time in this field at all but it seems to help keep the date sent to the zap accurate.

