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++][Compute] Add strftime kernel #28874

Closed
asfimport opened this issue Jun 25, 2021 · 2 comments
Closed

[C++][Compute] Add strftime kernel #28874

asfimport opened this issue Jun 25, 2021 · 2 comments

Comments

@asfimport
Copy link
Collaborator

asfimport commented Jun 25, 2021

To convert timestamps to a string representation with an arbitrary format we require a strftime kernel (the inverse operation of the strptime kernel we already have).

See comments here.

Reporter: Rok Mihevc / @rok
Assignee: Rok Mihevc / @rok
Watchers: Rok Mihevc / @rok

Related issues:

PRs and other links:

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

@asfimport
Copy link
Collaborator Author

Rok Mihevc / @rok:
This should also implement TemporalStrftimeOptions with format and locale properties.

@asfimport
Copy link
Collaborator Author

Antoine Pitrou / @pitrou:
Issue resolved by pull request 10647
#10647

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

2 participants