Opened 3 years ago
Last modified 3 years ago
#49581 new defect (bug)
Revisions are showing time in GMT and not Local Time
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.3.2 |
Component: | Date/Time | Keywords: | |
Focuses: | administration | Cc: |
Description
When reviewing Revisions in the Admin Panel the date and time shown for a revision is the GMT time in 24 hour format and not the local time in 12 hour format. Even when the local timezone is set correctly in Settings -> General. I even tried adding date_default_timezone_set('America/Los_Angeles'); to my functions.php, but it still uses gmt. However the time ago is showing correctly. So it is just the date and time.
I think the time shown should use the settings from Settings -> General (Timezone) and (Date Format), but it is not.
Note: See
TracTickets for help on using
tickets.