zeroshade commented on code in PR #37788:
URL: https://github.com/apache/arrow/pull/37788#discussion_r1334794158
##########
go/arrow/cdata/cdata.go:
##########
@@ -197,7 +197,7 @@ func importSchema(schema *CArrowSchema) (ret arrow.Field,
err error) {
// handle types with params via colon
typs := strings.Split(f, ":")
- defaulttz := "UTC"
+ defaulttz := ""
Review Comment:
Bah, must have mistaken that when I originally coded this :frowning:
--
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]