pub fn time64ns_to_time_opt(v: i64) -> Option<NaiveTime>
converts a i64 representing a time64(ns) to NaiveTime
i64
time64(ns)
NaiveTime