Opened 6 years ago
Closed 5 years ago
#48063 closed defect (bug) (wontfix)
update-core.php ignores site time format
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.5 |
Component: | Date/Time | Keywords: | |
Focuses: | ui, administration | Cc: |
Description
Steps to reproduce:
Set site Time Format in wordpress/wp-admin/options-general.php to "H:i"
Set site Date Format in wordpress/wp-admin/options-general.php to "Y-m-d"
View wordpress/wp-admin/update-core.php
Observed: "Last checked on September 17, 2019 at 11:58 pm"
Expected "Last checked on 2019-09-17 at 23:58"
Change History (5)
Note: See
TracTickets for help on using
tickets.
Previously: #23227, #30864.
Hi @Jfitzgerald, welcome to WordPress Trac! Thanks for the ticket.
This was an intentional change in [35811]. Per discussion in #30864, the
date_format
setting should only affect the front end and not the admin.Maybe it's worth reconsidering, but that would also affect other places in the admin, as [35811] shows.