ajhlee-dbt opened a new issue, #3509:
URL: https://github.com/apache/arrow-adbc/issues/3509

   ### What happened?
   
   The Snowflake driver sometimes produces an Arrow field with type 
`TimestampType` with the `TimeZone` set to "Local". This happens when the 
column type is `TIMESTAMP_LTZ`, since it uses the time zone set 
[here](https://github.com/apache/arrow-adbc/blob/9941cd0617590228a865983d16c735112e610632/go/adbc/driver/snowflake/connection.go#L438)
 and it can [sometimes be set to 
"Local"](https://cs.opensource.google/go/go/+/refs/tags/go1.25.1:src/time/zoneinfo_windows.go;l=140):
   ```
   var loc = time.Now().Location()
   ```
   The `TimeZone` field should be a valid TZ identifier if set.
   
   ### Stack Trace
   
   _No response_
   
   ### How can we reproduce the bug?
   
   _No response_
   
   ### Environment/Setup
   
   Windows


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to