#48063 closed defect (bug) (wontfix)
update-core.php ignores site time format
| Reported by: | Jfitzgerald | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Date/Time | Version: | 4.5 |
| Severity: | normal | Keywords: | |
| Cc: | Focuses: | ui, administration |
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 (6)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
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_formatsetting 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.