Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[C++] Support cast from timestamp[UTC] to string on Windows #30186

Open
asfimport opened this issue Nov 9, 2021 · 0 comments
Open

[C++] Support cast from timestamp[UTC] to string on Windows #30186

asfimport opened this issue Nov 9, 2021 · 0 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Nov 9, 2021

As per ARROW-13168 we lack tzdb on Windows and so many operations on timestamp with timezone are not implemented. However, many of them could be implemented for the special case of UTC, e.g. casting timestamp[s, UTC] to string on Windows could be implemented without needing tzdb.

Follow up to ARROW-14231.

Reporter: David Li / @lidavidm

Related issues:

Note: This issue was originally created as ARROW-14643. Please see the migration documentation for further details.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant