Time is coming through wrong into Zapier

The website in question is set for NY time (UTC-4), but when Gravity forms sends the data through to Zapier it comes in as UTC. So, my zap fired at 7 am EDT, but the entry is coded as being at 11 am. This is causing issues for some other things that we’re doing. Does anyone have suggestions for how to fix that?

You can use the gform_zapier_request_body filter to adjust the value from UTC to NY time. See the following page of the documentation for an example:

The filter can be used in the theme functions.php file, a custom functions plugin, or with a code snippets plugin.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.