From 6b65ee144c1f17379f0791f997298e686c773058 Mon Sep 17 00:00:00 2001 From: Robin Appelman Date: Mon, 8 Mar 2021 22:24:52 +0100 Subject: [PATCH] =?UTF-8?q?Revert=20"2=20days=20=E2=98=B9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This reverts commit 507fc7da6772f5db9e99f59da56cd646d2b6fb96. --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 54bcc69..6eed9c6 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(2 * 365); + let cutoff_time = Utc::now() - Duration::days(3 * 365); for demo in demos { if demo.time > cutoff_time {