Comments dates are not consistent
Opened this issue · 0 comments
slaFFik commented
Hey Igor,
I was playing with comments data generated by the plugin, and found that comments dates are not consistent with comments IDs.
So, comment_ID
may be lower (meaning it was inserted into DB earlier) but its comment_date
value is later than those comments that were generated later.
Example:
commend_ID | comment_date |
161 | 2022-12-17 14:50:52 |
653 | 2022-11-05 08:16:21 |
So comment 161 was inserted in the DB earlier but its date is later than in comment 653 that was inserted later. This is not how the WordPress commenting system works.
Of course, WP supports changing the comment_date
when editing the comment which can screw the results, but that's not how WP works out of the box (without editing).
This makes the whole set of data unreliable.