kou commented on issue #45751: URL: https://github.com/apache/arrow/issues/45751#issuecomment-2716155773
`TimestampArray` values don't depend on timezone. `TimestampArray::type()` has timezone information instead. If you want to get offset-ed seconds by timezone. You need to convert it by yourself or we may want to add a new compute kernel for it. BTW, why do you want to get offset-ed seconds? FYI: The document of `local_timestamp()`: https://arrow.apache.org/docs/cpp/compute.html#timezone-handling -- 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: github-unsubscr...@arrow.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org