pub fn check_timelapse(pre_ts: u64, duration: u64) -> bool
When the time (unix epoch) has been too long since pre_ts, return true.
pre_ts
pre_ts: old timestamp.
duration: unit in seconds.
duration