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

WIP: Update GpuTimeZoneDB to support DST #1686

Closed

Conversation

NVnavkumar
Copy link
Collaborator

Fixes NVIDIA/spark-rapids#6840.

This adds rules the the timezone database for DST support.

Eventually this will need to be updated with C++ code to take the rule information and update timestamps based on DST. This means that the rules will need to be applied on the fly to determine what offset to use. It will probably require using extraction to figure out which time of the year the right transition would apply as opposed to the binary search from earlier.

@res-life
Copy link
Collaborator

Target to 24.04, close it, will put another PR.

@res-life res-life closed this Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[FEA] Support timestamp transitions to and from UTC for repeating rules (daylight savings time zones)
2 participants