GMT+1的PHP时间函数($TODAY)

时间:2012-03-20 作者:Philipp

我试了很多次,但底部的代码总是比当地时间晚1小时。这可能是服务器时间的问题。但我想在德国网站上使用它,所以我必须将时间设置为GMT+1。

如果有人能帮助我就太好了。。。

    <?php 
$today = date(\'N\');
if( $today == 1) { ?>
<article class="intro"><div class="content" style="width:auto;float:left;"><h4><?php dynamic_sidebar( \'countdown\' ); ?></h4></div></article>
<?php } elseif( $today == 2 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 3 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 4 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 5 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 6 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } elseif( $today == 7 ) { ?>
<article class="intro"><div class="content" style="width:290px;"><h4><?php dynamic_sidebar( \'seitenleiste\' ); ?></h4></div></article>
<?php } ?>
非常感谢你!

菲利普

1 个回复
SO网友:Rarst

时间是WordPress规范化为GMT的环境中的一个因素,所以所有本机PHP函数都在WordPress上下文中给出时间。

要获取时区中的时间,请在WordPress设置中设置,然后重试date_i18n() 相反

结束

相关推荐

允许访问独立的php文件wordpress

我正在开发wordpress主题,我想使用jQuery.load() 要从主题目录中的PHP文件加载数据,请调用process.php 到wordpress页面模板中的div。我没有任何问题load() 过去,Wordpress阻止我加载数据,甚至访问进程。浏览器中的php文件。当我导航到文件的完整路径(例如:http://[站点]/[主题]/函数/进程.php)时,我在Chrome中遇到以下错误内部服务器错误。服务器遇到内部错误或配置错误,无法完成您的请求。请联系服务器管理员***@gmial。com,