It seems that Make does not allow a time zone to be passed to Notion when creating a database entry, even though Notion supports this. Instead, it seems that Make always passes the time using the ISO numerical offset for the current Make profile time zone. Formatting or parsing the date with a time zone will only cause Make to calculate and send the time using the profile’s time zone. This is extremely frustrating, and reduces the usability of my automation.
Here’s what the Notion output looks like. The time always has the +1 offset (my profile is set to London as my time zone), and the time_zone field is always empty, even if I specify the time zone by parsing or formatting the date.
Thanks. But that’s exactly what I’m doing. Nevertheless, Make continues to send the time to Notion with my Make user-profile time zone. Here are some screenshots to show the results.
The point of being able to indicate the time zone (and not just a UTC offset) when setting a date and time in Notion is that Notion can then account for daylight savings time.
I’m a novice when it comes to all of this, so I concede that I may be overlooking something. But after spending hours with this, searching message boards, and asking AI (including Make’s own) for ideas, I can only conclude that something on Make’s backend is not configured to allow this module to communicate with the Notion API in a way that provides full time-zone functionality.