Niivii opened a new issue, #2843: URL: https://github.com/apache/arrow-adbc/issues/2843
### What would you like help with? I noticed a problem where a polars dataframe with a timezone timestamp column is not send with the correct offset to Snowflake. For example, UTC timestamp in polars:  Ends up as CET in Snowflake (my account timezone):  From what I understood this is because [Arrow types are not the same as in Snowflake](https://arrow.apache.org/adbc/main/driver/snowflake.html#type-support). Am I correct that if I alter the session timezone to UTC, I will end up with the UTC timestamptz in Snowflake ? What if I have a dataframe with different timezones. Will they all be converted to the timezone of the session ? Thanks ! -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org