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

fix: Method dt.truncate was sometimes returning incorrect results for pre-1970 datetimes #17582

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

MarcoGorelli
Copy link
Collaborator

closes #17581

Copy link

codecov bot commented Jul 11, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 80.47%. Comparing base (aa2c8f1) to head (e0b9f0c).
Report is 277 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main   #17582      +/-   ##
==========================================
+ Coverage   80.44%   80.47%   +0.02%     
==========================================
  Files        1484     1484              
  Lines      195324   195324              
  Branches     2778     2778              
==========================================
+ Hits       157133   157185      +52     
+ Misses      37679    37627      -52     
  Partials      512      512              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@MarcoGorelli MarcoGorelli changed the title fix: dt.truncate was sometimes returning incorrect results for pre-1970 datetimes fix: Method dt.truncate was sometimes returning incorrect results for pre-1970 datetimes Jul 11, 2024
@github-actions github-actions bot added fix Bug fix python Related to Python Polars rust Related to Rust Polars and removed title needs formatting labels Jul 11, 2024
@ritchie46 ritchie46 merged commit a6236c1 into pola-rs:main Jul 12, 2024
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix Bug fix python Related to Python Polars rust Related to Rust Polars
Projects
None yet
Development

Successfully merging this pull request may close these issues.

.dt.truncate may return incorrect results for pre-1970 dates
2 participants