Skip to main content

compact

Function compact 

Source
pub fn compact(micros_since_epoch: u64) -> String
Expand description

Formats a reception time as an rxpk carries it: ISO 8601, compact, to the microsecond.

§Arguments

  • micros_since_epoch - the time in microseconds since 1970-01-01 UTC.

§Returns

The timestamp, such as 2013-03-31T16:21:17.528002Z.