Revert "2 days ☹"

This reverts commit 507fc7da67.
This commit is contained in:
Robin Appelman 2021-03-08 22:24:52 +01:00
commit 6b65ee144c

View file

@ -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 {