pub(super) fn system_time_to_unix_secs(time: SystemTime) -> Option<u64>Expand description
Convert a standard SystemTime to standard unix epoch seconds.
pub(super) fn system_time_to_unix_secs(time: SystemTime) -> Option<u64>Convert a standard SystemTime to standard unix epoch seconds.