-
- Downloads
Fix Incorrect DATETIME value error (#3382)
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.
Please register or sign in to comment