mirror of
https://codeberg.org/demostf/cleanup.git
synced 2026-06-03 10:04:10 +02:00
2 days ☹
This commit is contained in:
parent
342b10f15a
commit
507fc7da67
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ async fn main() -> Result<(), MainError> {
|
||||||
)
|
)
|
||||||
.await?;
|
.await?;
|
||||||
|
|
||||||
let cutoff_time = Utc::now() - Duration::days(3 * 365);
|
let cutoff_time = Utc::now() - Duration::days(2 * 365);
|
||||||
|
|
||||||
for demo in demos {
|
for demo in demos {
|
||||||
if demo.time > cutoff_time {
|
if demo.time > cutoff_time {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue