Private GIT

Skip to content
Snippets Groups Projects
Select Git revision
  • 58a11ab5a36de71a5dbf1ce37477002c8d0c064b
  • master default protected
2 results

remove_offline_addresses.php

user avatar
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.
58a11ab5
History
remove_offline_addresses.php 6.34 KiB