Make WordPress Core

Opened 6 years ago

Closed 5 years ago

#48063 closed defect (bug) (wontfix)

update-core.php ignores site time format

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

#1 @davidbaumwald
6 years ago

  • Component changed from General to Date/Time

#2 @SergeyBiryukov
6 years ago

  • Version changed from 5.2.3 to 4.5

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.

#3 @SergeyBiryukov
6 years ago

  • Focuses administration added

#4 @Jfitzgerald
5 years ago

Thanks for looking at this issue. It is pretty confusing to see the AM/PM format when the time zone is set to UTC.

#5 @Rarst
5 years ago

  • Milestone Awaiting Review deleted
  • Resolution set to wontfix
  • Status changed from new to closed

To my knowledge this is considered intended at the moment, as per linked ticket.

Note: See TracTickets for help on using tickets.