百度搜索落地页时间因子规范 wordpress模板添加文章发布时间

百度搜索落地页时间因子规范
"pubDate": "2017-06-15T08:00:01",
"upDate": "2017-06-16T01:02:03",

在wordpress模板页面时间:

<?php the_time('Y-n-j g:i') ?> ,显示2021-5-25 1:32

<?php the_time('Y-m-d g:i') ?> ,2021-05-08 1:32

<?php the_time('Y-n-j') ?>T<?php the_time('H:i:s'); ?>,推荐,字符T不能缺少