Michael-J-Ward opened a new pull request, #5684: URL: https://github.com/apache/arrow-rs/pull/5684
# Which issue does this PR close? Closes #5480. # What changes are included in this PR? Migration of `arrow_array::temporal_conversion::as_datetime` (and delegated functions) to `DateTime<Utc>` # Are there any user-facing changes? Yes, all the temporal conversions use `DateTime<Utc>`. ## NOTES Other call-sites for `as_datetime` currently convert immediately back to the naive version. I thought this was a good jumping off point to make sure this is in the right direction. I'm also uncertain on what the final goal state should look like, especially regarding these three signatures. - [`arrow_cast::cast::adjust_timestamp_to_timezone`] - [`arrow_array::array::PrimitivieArray<t>::value_as_datetime`] - [`arrow_array::types::ArrowTimestampTime::make_value`] If I'm on the right track, I'd much appreciate any guidance on what the next push should look like. -- 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]
