check_timelapse

Function check_timelapse 

Source
pub fn check_timelapse(pre_ts: u64, duration: u64) -> bool
Expand description

When the time (unix epoch) has been too long since pre_ts, return true.

pre_ts: old timestamp.

duration: unit in seconds.