当我使用WordPress Atom 发布协议插件(也是以前的 wp-app.php)通过 Atompub API发布条目时,如果条目包含非 GMT 时间值作为已发布字段,如下所示:
<entry xmlns='http://www.w3.org/2005/Atom'><title type='text'>test</title><content type='text/html'>test</content>
<published>2013-08-27T00:00:00+09:00</published>
<app:control xmlns:app='http://www.w3.org/2007/app'><app:draft>no</app:draft></app:control><category term='test'/></entry>
时区(+09:00)未正确解析,并且相同的值(GMT 时间)存储post_date
到post_date_gmt
.wp_posts
post_date: 2013-08-27 00:00:00
post_date_gmt: 2013-08-27 00:00:00