php RSS Feed中的偏移日期戳

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php RSS Feed中的偏移日期戳相关的知识,希望对你有一定的参考价值。

<?php
function my_fix_date ($date) {
  // note that DATE_RSS is formatted like "Sat, 16 Aug 2008 12:00:00 NZST"
  // see DATE_RSS here: http://php.net/manual/en/class.datetime.php
	$new_date = date("D, d M Y H:i:s T", strtotime('-4 hours', strtotime($date)));
	return $new_date;
}

// now add_action wherever you need this to happen.
?>

以上是关于php RSS Feed中的偏移日期戳的主要内容,如果未能解决你的问题,请参考以下文章

使用PHP中的Google RSS feed xml获取前9个元素

如何访问所选元素,例如标题,描述,来自rss feed的日期?

Twitter-打印用户的最新tweet(摘自PHP中的RSS提要和linkifies链接)

PHP Twitter RSS Feed

PHP magpierss RSS feed显示示例

当rss feed改变php时如何播放声音