[wp-trac] [WordPress Trac] #46423: Posts on wp-admin page should be ordered by date_gmt and not date

WordPress Trac noreply at wordpress.org
Tue Mar 5 19:28:23 UTC 2019


#46423: Posts on wp-admin page should be ordered by date_gmt and not date
-------------------------------+-----------------------------
 Reporter:  nickylimjj         |      Owner:  (none)
     Type:  defect (bug)       |     Status:  new
 Priority:  normal             |  Milestone:  Awaiting Review
Component:  Posts, Post Types  |    Version:
 Severity:  trivial            |   Keywords:  ux-feedback
  Focuses:                     |
-------------------------------+-----------------------------
 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`.

-- 
Ticket URL: <https://core.trac.wordpress.org/ticket/46423>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list