/*
Timestamps aren't available when we don't have a `humantime` dependency.
*/usecrate::{fmt::Formatter, platform};pub(incrate::fmt)modglob{}implFormatter{/// Get a [`Timestamp`] for the current date and time in UTC with
/// nanosecond precision.
pubfntimestamp_nanos(&self)->u64{platform::current_timestamp_in_nanosecs()}}