Facebook Module changes time

Hi,

Somehow my facebook module changes the time I set to 2 hours in advance.

My profile setting and my organisation setting are on:

The facebook module is also set to Amsterdam Time:


However see this example, webhook - iterator - facebook module:

webhook output, correct time (scheduled date_time)

Iterator output, correct time

Facebook module changed time

In facebook itself I see the post is indeed planned for 13:30

Any ideas?

Thank you

I found the answer, problem was in the data I send to Make.com (relevance ai agent).
I use the ISO 8601 date time format, which is standard set to UTC (Greenwich Mean Time).
When I adjusted that to Amsterdam time, make.com and the facebook module executed as expected.

This topic can be closed, maybe it helps someone else