alamb commented on issue #9337: URL: https://github.com/apache/arrow-rs/issues/9337#issuecomment-3837795075
@sdf-jkl notes https://github.com/apache/datafusion/pull/19733/changes#r2743833522 > As for timestamp: [dyn TimestampType::make_value() ](https://docs.rs/arrow/latest/arrow/datatypes/trait.ArrowTimestampType.html#tymethod.make_value) is using a NaiveDate, not DateTime<Tz>. We'd still have to do some tz math to create an offset for NaiveDate. (if only there was an existing API to help...) -- 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]
