thisisnic opened a new issue, #35633: URL: https://github.com/apache/arrow/issues/35633
### Describe the bug, including details regarding any error messages, version, and platform. Lots of R builds (e.g. [here](https://github.com/ursacomputing/crossbow/actions/runs/4997978281/jobs/8952919283#step:6:24161)) are failing with the following error: ``` ── Error ('test-dplyr-funcs-datetime.R:298:5'): timestamp round trip correctly via strftime and strptime ── Error in `compute.arrow_dplyr_query(x)`: Invalid: Timestamps already have a timezone: 'UTC'. Cannot localize to 'UTC'. ``` which comes from this line in the C++ library: https://github.com/apache/arrow/blob/b60bb968863f3e6d8bc08cae32b370ea64a3cc22/cpp/src/arrow/compute/kernels/scalar_temporal_unary.cc#L124 This happened since we updated the vendored version of the date library, so perhaps could be related to that? ### 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
