Core_kernel Time vs Time_ns?

What is the difference between Time_ns and Time module in core_kernel?

Time_ns is represented as a 63-bit integer number of nanoseconds since the Unix epoch, whereas Time is represented as a float number of seconds since epoch. I would use Time_ns where possible, but there is some functionality that has not yet been ported over from Time to Time_ns.