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
---- temporal_conversions::tests::negative_input_timestamp_ns_to_datetime stdout ----
thread 'temporal_conversions::tests::negative_input_timestamp_ns_to_datetime' panicked at 'invalid or out-of-range datetime', ...
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
timestamp_ns_to_datetime(-1)
gets "invalid or out-of-range datetime" error. Other functions expect to have same issue too.d
To Reproduce
Expected behavior
Additional context
The text was updated successfully, but these errors were encountered: