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.