Commits

Antoine Pitrou authored d5e534a94f9
ARROW-12011: [C++] Fix crashes and incorrect results when printing extreme date values The `arrow_vendored::date` library represents year numbers as a C short and may silently wraparound its value (but also throw an exception if the year has the value -32768). Closes #10988 from pitrou/ARROW-12011-date-formatting Authored-by: Antoine Pitrou <antoine@python.org> Signed-off-by: Antoine Pitrou <antoine@python.org>