Open ptiza opened 23 hours ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 79.47%. Comparing base (
8facee9
) to head (0094cc4
). Report is 5 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
🚨 Try these New Features:
thanks @ptiza - could you add a test please? the one from the linked issue is fine
thanks - @orlp fancy taking a look?
Fixes #19309
See also my comment https://github.com/pola-rs/polars/issues/19309#issuecomment-2495681651
Error was introduced with #14026
Pre-epoch timestamps are negative, if we trunc div instead of floor div here, we get an incorrect distance to epoch.