Hello there!
I use to call, for months now, the hours and date of my items in order to send email to clients.
However, for 3 days now, the hours in the date field VS the hours get with the API call are not matching. There is a +1 hour difference.
BEFORE
Here we can read:
- In Monday: May 2, 11:00am (don’t care of the minutes)
- In the call : May 2, 9:00am (UTC) - so, May 2, 11:00am (Paris Time)
=> CORRECT
We have 11am on both side
NOW
We can read:
- In Monday: May 5, 9:00am
- In the call : May 5, 7:00am (UTC) May 5, 10:00am (Paris Time)
=> INCORECT
We have 9am on one side, and 10am on the other
I’ve check my time zone parameters :
-
My Monday is on the Paris Time Zone, and hasn’t been changed
-
My API call (with Make), is also in Paris Time Zone
How can you help?
Thank you very much