Describe the bug
To Reproduce
use arrow::compute::kernels::cast_utils::string_to_timestamp_nanos;
fn main() {
let t = string_to_timestamp_nanos("1970-01-01T00:00:00");
println!("{:?}", t);
}
outputs
note that i'm in UTC+8
Expected behavior
should outputs
Additional context