Webhook Output Time in Make.com Doesn’t Match Input Time


Subject: Webhook Output Time in Make.com Doesn’t Match Input Time

Description:

Hello,

I’m encountering an issue where the time sent by my webhook to Make.com is being modified unexpectedly. Here are the details:

  1. Webhook Input:

I am sending the following payload to Make.com: {
“date”: “2025-01-27T11:00:00Z”,
“name”: “Sikario”,
“phone_number”: “0929292929”
}

The date field clearly specifies 11:00 UTC.

  1. Webhook Output in Make.com:

However, when I check the output from the webhook in Make.com, the time has been changed to 12:00. This discrepancy is unexpected, as I am not applying any transformation to the time in this step.

  1. Expected Behavior:

The time sent from the webhook (11:00 UTC) should remain unchanged in Make.com unless I explicitly apply a transformation.

This issue is causing downstream problems in my workflow, as the time being passed to subsequent steps (e.g., Google Calendar) is incorrect.

Steps I Have Taken:

• Verified that the webhook payload is correct and includes the time in UTC (11:00 UTC).

• Checked all subsequent steps in the Make.com scenario to ensure no transformation is applied.

Request for Help:

Could you please help identify why Make.com is changing the time from 11:00 to 12:00? Is there an internal setting or behavior in the Webhooks module that may cause this?

Thank you for your assistance!

Hi @Artemina,

Values of Date items in bundle inspector are formatted using the locale and Web’s timezone specified in your Profile in the Web section of the Time zone options tab.

It is possible to display a date item’s value expressed according to ISO 8601 by hovering mouse cursor over the item.

(https://www.make.com/en/help/mapping/item-data-types#how-make-displays-date-values)

Cheers,
Henk

1 Like