network_status_entry.published with value '2038-01-01 00:00:00'
Working on tpo/network-health/team#313, i realized there're rows in network_status_entry table with published as '2038-01-01 00:00:00', ie:
select count(*) from network_status_entry where published = '2038-01-01';
count
--------
119905