From 507fc7da6772f5db9e99f59da56cd646d2b6fb96 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Wed, 24 Feb 2021 15:03:39 +0100 Subject: [PATCH] =?UTF-8?q?2=20days=20=E2=98=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6eed9c6..54bcc69 100644 --- a/src/main.rs +++ b/src/main.rs @@ -20,7 +20,7 @@ async fn main() -> Result<(), MainError> { ) .await?; - let cutoff_time = Utc::now() - Duration::days(3 * 365); + let cutoff_time = Utc::now() - Duration::days(2 * 365); for demo in demos { if demo.time > cutoff_time {