alamb opened a new issue #500: URL: https://github.com/apache/arrow-rs/issues/500
**Describe the bug** As pointed out by @jorgecarleitao https://github.com/apache/arrow-rs/pull/493/files#r656987963 the `minute` and `second` temporal kernels do not respect timezone **To Reproduce** Extract seconds from a timestamp column that has an associated timezone (aka is not `None` or `Utc`) will always be interpreted as a timestamp in UTC rather than the specified timezone. **Expected behavior** Seconds to be interpreted in terms of the the timezone or raise an error about not being supported -- 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. For queries about this service, please contact Infrastructure at: [email protected]
