Are you using Jetpack for your contact form submissions? Could you please check that the date is set correctly for your site in Settings → General?
Could you post your site URL here, so we can have a look?
If you want it to remain private, you can also contact us via this contact form:
https://jetpack.com/contact-support/?rel=support
Thanks!
The date under settings shows: February 25, 2019 — F j, Y
https://backroadplanet.com
When clicking to edit on one of the feedback they reflect the correct date.
That is incredibly odd, do all other timestamps display properly, like posts and comments?
That is correct: posts, pages, comments and other post types display dates properly on the edit.php?post_type= admin page. It is just this one that seems to do this.
Plugin Support
Velda
(@supernovia)
And to clarify you’re also looking here, right?
/wp-admin/edit.php?post_type=feedback
Also, can you let us know whether you’re using any plugins that could be modifying the form / feedback functionality?
I checked the functions.php for any custom code. Strange enough there was on for modifying the Date and time. I removed this and now the date is correct. Very odd how this seemed to only affect Jetpack and not all of the admin for dates, especially since this was using a hook for the frontend theme
add_action( 'get_the_time', 'et_last_modified_date_blog' );