Select Git revision
remove_offline_addresses.php
Andrey Zhdanov
authored and
GitHub
committed
By default, the lastSeen field of the ip address is set to '1970-01-01 00:00:01'. In mysql 8.0, the script does not work correctly referring to the incorrect date format '0000-00-00 00:00:00'. Specifying the date '0000-00-00 00:00:00' does not make sense.
remove_offline_addresses.php 6.34 KiB