Describe the bug, including details regarding any error messages, version, and platform.
Lots of R builds (e.g. here) are failing with the following error:
Invalid: Timestamps already have a timezone: 'UTC'. Cannot localize to 'UTC'.
which comes from this line in the C++ library:
|
return Status::Invalid("Timestamps already have a timezone: '", timezone, |
This happened since we updated the vendored version of the date library, so perhaps could be related to that?
Component(s)
C++