[wp-trac] [WordPress Trac] #6527: Publishing directly sets wrong date on 'post_date_gmt'

WordPress Trac wp-trac at lists.automattic.com
Tue Apr 1 14:50:04 GMT 2008


#6527: Publishing directly sets wrong date on 'post_date_gmt'
-----------------------------+----------------------------------------------
 Reporter:  arabek           |       Owner:  anonymous
     Type:  defect           |      Status:  new      
 Priority:  highest omg bbq  |   Milestone:  2.5.1    
Component:  General          |     Version:  2.5      
 Severity:  critical         |    Keywords:           
-----------------------------+----------------------------------------------
 When publishing a new post the 'post_date_gmt' database field of
 'wp_posts' table is not beeing set correctly:

 {{{
 mysql> select post_title, post_date, post_date_gmt, post_status from
 wp_posts where ID='7327';
 +-------------------------+---------------------+---------------------+-------------+
 | post_title              | post_date           | post_date_gmt       |
 post_status |
 +-------------------------+---------------------+---------------------+-------------+
 | GTA na PS3 opóźnione?   | 2008-04-01 15:10:41 | 0000-00-00 00:00:00 |
 publish     |
 +-------------------------+---------------------+---------------------+-------------+
 }}}

 Hint: while publishing, the post is not beeing set into draft state but
 published directly to the blog.

-- 
Ticket URL: <http://trac.wordpress.org/ticket/6527>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software


More information about the wp-trac mailing list