Hello, I’m working on a project that uses Google Calendar, specifically the Availability operation. When I make a request to the Google Calendar API, why does it use the UTC+0 timezone? For example, if I make a request with Start Time: 2026-01-19T15:00:00 and End Time: 2026-01-19T16:00:00, it searches my calendar from 12:00 to 13:00, when it should be searching from 15:00 to 16:00.
For context: I’m hosting this project on my VPS, which I’ve already set to the America/Sao_Paulo timezone. n8n is also set to America/Sao_Paulo, and the workflow is configured for America/Sao_Paulo as well.
Note: Only this resource is using the UTC+0 time. If I use the Event resource, the request is made correctly using the server’s timezone. Does this make sense?