Opened 9 months ago
Last modified 9 months ago
#46423 new defect (bug)
Posts on wp-admin page should be ordered by date_gmt and not date
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | trivial | Version: | |
Component: | Posts, Post Types | Keywords: | ux-feedback |
Focuses: | Cc: | ||
PR Number: |
Description
I believe the dates should be ordered by the absolute value of time (ie, UTC time) instead of by timezone.
To illustrate,
Current post sequence
Two [@ UTC 1900 (my timezone is set to New York UTC-5 1300)]
One [@ UTC 1800 (my timezone is set to UTC 1800)]
Since 1300 is before 1800. Ordered by my date
Proposed post sequence
One [@ UTC 1800 (my timezone is set to UTC 1800)]
Two [@ UTC 1900 (my timezone is set to New York UTC-5 1300)]
Since 1800 is before 1900. Ordered by absolute date_gmt
.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
Are you sure that's what's happening? Aren't they listed newest first anyway?