Skip to content

[R] R builds failing with error 'Invalid: Timestamps already have a timezone: 'UTC'. Cannot localize to 'UTC'' #35633

@thisisnic

Description

@thisisnic

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++

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions