There are actually quite a few statuses in the pf.soc db with invalid dates, and they will be fixed in the next update.
We have two timestamp columns for statuses, created_at which we honor and updated_at which is set by us. We can use the updated_at values to restore the actual date.
This doesn’t affect timelines as we use snowflake ids and only back date IG imports!