Skip to main content

elapsed_between

Function elapsed_between 

Source
pub fn elapsed_between(start: i64, end: i64) -> String
Expand description

Elapsed duration between two epoch timestamps.

  • start == 0
  • end == 0 → use now as the end
  • otherwise duration_human(end - start)