Searched refs:rfc4122_to_unix (Results 1 – 1 of 1) sorted by relevance
86 let (seconds, nanos) = Self::rfc4122_to_unix(ticks); in from_rfc4122()153 const fn rfc4122_to_unix(ticks: u64) -> (u64, u32) { in rfc4122_to_unix() method466 Timestamp::rfc4122_to_unix(u64::MAX); in rfc4122_unix_does_not_panic()