Skip to content

Conversation

@YuriZmytrakov
Copy link
Collaborator

@YuriZmytrakov YuriZmytrakov commented Oct 15, 2025

Description:

This PR improves datetime filtering by implementing proper microsecond rounding instead of truncation. Previously, datetime values with 6-digit microsecond precision (e.g., 2023-01-23T08:32:41.024699Z) were being truncated to 3-digit milliseconds (2023-01-23T08:32:41.024Z), which could lead to incorrect filtering results.

PR Checklist:

  • Code is formatted and linted (run pre-commit run --all-files)
  • Tests pass (run make test)
  • Documentation has been updated to reflect changes, if applicable
  • Changes are added to the changelog

@YuriZmytrakov YuriZmytrakov marked this pull request as draft October 15, 2025 08:55
@YuriZmytrakov YuriZmytrakov force-pushed the CAT-1449 branch 3 times, most recently from 8f528ba to 1855ca0 Compare November 3, 2025 17:16
@YuriZmytrakov YuriZmytrakov marked this pull request as ready for review November 3, 2025 17:19
jonhealy1
jonhealy1 previously approved these changes Nov 4, 2025
Copy link
Collaborator

@jonhealy1 jonhealy1 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice work. Let me know when it's ready to merge

@jonhealy1
Copy link
Collaborator

#502

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.

2 participants