Opened 6 years ago
Last modified 6 years ago
#46582 new defect (bug)
WordPress Core Updates: 'Last updated' date not showing correctly
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.1 |
Component: | Upgrade/Install | Keywords: | dev-feedback |
Focuses: | Cc: |
Description
For the WordPress Core Updates the date for last search is constantly showing January 1st 1970.
My WordPress version is 5.1.1 in Development Mode.
Attachments (1)
Change History (5)
#2
@
6 years ago
I'm sorry, I don't read that language. What screen is that on? What page in the admin?
#4
@
6 years ago
Oh, the "Last Checked" message.
That is stored as a site transient. If you have any caching plugins or anything like that, then that can interfere with that.
Really, that isn't stored in the database necessarily, as transients could be stored in a memcache, for instance. Having the last_checked be zero will cause the 1970 display, but it's not considered a critical value, since it's just set to the time() when the check runs.
Basically, turn off all your plugins and see which of them is causing interference.
What is this "date for last search" that you refer to?