kou opened a new issue, #43808: URL: https://github.com/apache/arrow/issues/43808
### Describe the enhancement requested It seems that old glibc (2.17) doesn't support `-0117` timezone offset. https://github.com/apache/arrow/issues/35587#issuecomment-2295830097 ```text [ RUN ] TimestampParser.StrptimeZoneOffset $SRC_DIR/cpp/src/arrow/util/value_parsing_test.cc:852: Failure Expected equality of these values: expected Which is: 1514769420 converted Which is: 1514769408 Google Test trace: $SRC_DIR/cpp/src/arrow/util/value_parsing_test.cc:847: 2018-01-01 00:00:00-0117 [ FAILED ] TimestampParser.StrptimeZoneOffset (0 ms) ``` At least glibc 2.28 (on AlmaLinux 8) works. See also: https://github.com/apache/arrow/issues/35587#issuecomment-2297953072 Let's skip the test with glibc < 2.28. ### Component(s) C++ -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org