DB Error 1225 & More

My exports are failing. I have all the logging enabled to see whats causing my issues when exporting.
I am getting an error “Database error 1525 while doing query Incorrect TIMESTAMP value: ’ 00:00:00’”
I looked through all dbs and i see no incorrect timestamp, anyone have any ideas?

@westman I guess that the “modified” column on the phplist_user_user table is not fully populated, i.e. at least one row has a null value. That would lead to the timestamp value which has a time but no date.

Ensure that every row has a valid modified value, any date/time would do.