Make WordPress Core

Opened 6 years ago

Last modified 6 years ago

#46582 new defect (bug)

WordPress Core Updates: 'Last updated' date not showing correctly

Reported by: markustippner's profile markustippner 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)

Screenshot.PNG (15.5 KB) - added by markustippner 6 years ago.

Download all attachments as: .zip

Change History (5)

#1 @Otto42
6 years ago

What is this "date for last search" that you refer to?

#2 @Otto42
6 years ago

I'm sorry, I don't read that language. What screen is that on? What page in the admin?

#3 @markustippner
6 years ago

Dashboard => Updates

#4 @Otto42
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.

Note: See TracTickets for help on using tickets.