Skip to main content

window_expired

Function window_expired 

Source
pub fn window_expired(
    reference: Option<DateTime<Utc>>,
    now: DateTime<Utc>,
    max_age_secs: i64,
) -> bool
Expand description

Whether max_age_secs have passed since reference. None (never failed) is never expired.