=============== STARTING CRON SCRIPT: 02 01 2021 15:51:13
++++++ Schliesse abgelaufene Auktionen
SELECT * FROM auctions WHERE entrytype<>'4' and ends<='2021-01-02 15:51:13' AND closed='0'
0 Auktionen geschlossen

++++++ Archiviere alte Auktionen
SELECT * FROM auctions WHERE entrytype != 4 and ends<='20201203155113'
0 auctions to archive
SELECT * FROM sessions WHERE last_visit<='20210101155113'
0 alte Sessions zu archivieren
=========================== ENDING CRON