[wp-trac] [WordPress Trac] #46582: WordPress Core Updates: 'Last updated' date not showing correctly

WordPress Trac noreply at wordpress.org
Thu Mar 21 10:33:52 UTC 2019


#46582: WordPress Core Updates: 'Last updated' date not showing correctly
-----------------------------+------------------------------
 Reporter:  markustippner    |       Owner:  (none)
     Type:  defect (bug)     |      Status:  new
 Priority:  normal           |   Milestone:  Awaiting Review
Component:  Upgrade/Install  |     Version:  5.1
 Severity:  normal           |  Resolution:
 Keywords:  dev-feedback     |     Focuses:
-----------------------------+------------------------------

Comment (by Otto42):

 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.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46582#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list