Commits


Antoine Pitrou authored and Wes McKinney committed 073cf78c035
ARROW-5709: [C++] Fix gandiva-date_time_test failure on Windows The failure would only manifest on systems with a timezone ahead of UTC (so probably not on most public CI systems). Author: Antoine Pitrou <antoine@python.org> Closes #4678 from pitrou/ARROW-5709-gandiva-date-time-failure and squashes the following commits: 2932706f8 <Antoine Pitrou> ARROW-5709: Fix gandiva-date_time_test failure on Windows