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

[FEA] Support Cast from Integral values (int/long) to Timestamp for non-UTC time zones #10034

Open
NVnavkumar opened this issue Dec 13, 2023 · 0 comments
Labels
feature request New feature or request

Comments

@NVnavkumar
Copy link
Collaborator

Is your feature request related to a problem? Please describe.
Currently we already support casting integral types (integer and longs) to TimestampType. We need to ensure that these operations still work if the time zone is not UTC.

Like GpuHour (#6834), this has already been implemented using existing cuDF base, we just need to ensure that during testing it still works with a non-UTC timezone. The timezone checks should allow this operation to stay on the GPU.

@NVnavkumar NVnavkumar added feature request New feature or request ? - Needs Triage Need team to review and classify labels Dec 13, 2023
@mattahrens mattahrens removed the ? - Needs Triage Need team to review and classify label Dec 19, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants