Commits


Wes McKinney authored and Uwe L. Korn committed 0bcb7852feb
ARROW-839: [Python] Use mktime variant that is reliable on MSVC This also reverts an unintentional regression from https://github.com/apache/arrow/pull/544 when code from config.h was moved to platform.h Author: Wes McKinney <wes.mckinney@twosigma.com> Closes #559 from wesm/ARROW-839 and squashes the following commits: 2e9b300 [Wes McKinney] Use _mkgmtime64 on MSVC f182bab [Wes McKinney] Restore include order in platform.h 38c29bf [Wes McKinney] Add Windows build instructions for Python