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
use arrow::compute::kernels::cast_utils::string_to_timestamp_nanos;fnmain(){let t = string_to_timestamp_nanos("1970-01-01T00:00:00");println!("{:?}", t);}
outputs
Ok(-28800000000000)
note that i'm in UTC+8
Expected behavior
should outputs
Ok(0)
Additional context
The text was updated successfully, but these errors were encountered:
Describe the bug
To Reproduce
outputs
note that i'm in UTC+8
Expected behavior
should outputs
Additional context
The text was updated successfully, but these errors were encountered: