is_timestamp_recent

Function is_timestamp_recent 

Source
pub fn is_timestamp_recent(timestamp_ms: i64, max_age_ms: u64) -> bool
Expand description

Check if timestamp is recent (within max_age_ms).

Returns true if the timestamp is within the specified age.