Commits


Micah Kornfield authored and Wes McKinney committed f86c4dbbc18
ARROW-9223: [Python] Propagate timezone information in pandas conversion - Ports string_to_timezone to C++ - Causes nested timestamp columns within structs that have timezones to go through object conversion - Copy timezone on to_object path. Open to other suggestions on how to solve this. It still seems like this is inconsistent with nested timestamps in lists which isn't great. Closes #7604 from emkornfield/datetime Lead-authored-by: Micah Kornfield <emkornfield@gmail.com> Co-authored-by: Joris Van den Bossche <jorisvandenbossche@gmail.com> Signed-off-by: Wes McKinney <wesm@apache.org>