You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove unused datetime_from_timestamp import and add integration test
- Removed unused import of datetime_from_timestamp from deserializers.pyx
(datetime_from_timestamp is still used in util.py by UUID and Date utilities)
- Added integration test for large timestamp precision in test_types.py
that verifies round-trip identity for timestamps far from epoch (year 2300, 1640, 2500)
Co-authored-by: Lorak-mmk <5958117+Lorak-mmk@users.noreply.github.com>
0 commit comments