Commits


Will Jones authored and Jonathan Keane committed f4dfd6c3773
ARROW-13168: [C++][R] Enable runtime timezone database for Windows This allows for runtime configuration of the timezone database on Windows for C++ and R. Python will be handled later because it's available timezone libraries use the binary rather than text format, which is not yet supported the vendored date library. For R, Windows will only support the "C" locale, since (as far as I can tell) that's the only locale supported by the MingW std::locale implementation. I think R itself gets around this by implementing a completely custom version of `strftime()` and friends. Closes #12536 from wjones127/ARROW-13168-timezone-database Authored-by: Will Jones <willjones127@gmail.com> Signed-off-by: Jonathan Keane <jkeane@gmail.com>