我的时区是UTC+1。现在(以及帖子创建数据库的时间):2019-12-16 08:06:00
格林尼治时间(现在):2019-12-16 07:06:00
INSERT INTO `wp_posts` (
`ID`,
`post_author`,
`post_date`,
`post_date_gmt`,
`post_content`,
`post_title`,
`post_excerpt`,
`post_status`,
`comment_status`,
`ping_status`,
`post_password`,
`post_name`,
`to_ping`,
`pinged`,
`post_modified`,
`post_modified_gmt`,
`post_content_filtered`,
`post_parent`,
`guid`,
`menu_order`,
`post_type`,
`post_mime_type`,
`comment_count`
) VALUES (
NULL, -- `ID`
\'1\', -- `post_author`
\'2019-12-16 08:30:00\', -- `post_date`
\'2019-12-16 07:30:00\', -- `post_date_gmt`
\'Test.\', -- `post_content`
\'Test\', -- `post_title`
\'\', -- `post_excerpt`
\'future\', -- `post_status`
\'open\', -- `comment_status`
\'open\', -- `ping_status`
\'\', -- `post_password`
\'\', -- `post_name`
\'\', -- `to_ping`
\'\', -- `pinged`
\'2019-12-16 08:06:00\', -- `post_modified`
\'2019-12-16 07:06:00\', -- `post_modified_gmt`
\'\', -- `post_content_filtered`
\'0\', -- `post_parent`
\'\', -- `guid`
\'0\', -- `menu_order`
\'post\', -- `post_type`
\'\', -- `post_mime_type`
\'0\' -- `comment_count`
);
我想在2019-12-16 08:30:00(格林尼治时间:2019-12-16 07:30:00)看到这篇帖子。
08:30:00(GMT:07:30:00)之后,post\\u状态为未来,但为什么不发布?
问题是什么?谢谢