Skip to main content

hms

Function hms 

Source
fn hms(ns: i64) -> String
Expand description

Local wall-clock time of a nanosecond timestamp.

localtime_r rather than a date crate: libc is already here, and the only hard part of civil time — the zone — is exactly the part a hand-rolled version would get wrong.