fn precision_timestamp_to_string(
value: i64,
precision: i32,
) -> Result<String, PrecisionFormatError>Expand description
Convert a value in precision units since the Unix epoch, to a timestamp string.
Errors if value is out of chrono’s representable date range.