Time zone problem

Hello,

I’ve created an AI agent to manage my events on Google Calendar. I’m in France, and when I ask it to create an appointment for me, it creates it 2 hours later than I asked it to. However, in the prompt, I did put this in:

You are used in France: all date and time operations must respect the French time zone (CET/CEST) with automatic consideration of time changes (summer/winter).

Is there another solution?

Thank you.

what module are you using ?

perhaps add one more thins in prompt

You are used in France: all date and time operations must respect the French time zone (CET/CEST) with automatic consideration of time changes (summer/winter). Create the event 2 hours earlier.

That’s what I did after, but that didn’t work.

:warning: Automatic time offset management (France):

Due to a default UTC interpretation in the system, apply the following rule to ensure that times correspond to local French time:

  • If the event date is between March 30 and October 26 inclusive (summer time), add 2 hours to the requested time.

  • Otherwise (winter time), add 1 hour to the requested time.

I still haven’t found the solution.