天空小小岛技术论坛

 找回密码
 注册
搜索
查看: 5738|回复: 0
打印 上一主题 下一主题

[其他] php 中设置时区

[复制链接]
跳转到指定楼层
1#
一粒米 发表于 2010-5-19 18:06:54 | 只看该作者 回帖奖励 |倒序浏览 |阅读模式
php 中设置时区
函数:date_default_timezone_set
范例:

  1. <?php
  2. $timeoffset = 8;
  3. if(PHP_VERSION > '5.1') {
  4.         @date_default_timezone_set('Etc/GMT'.($timeoffset > 0 ? '-' : '+').(abs($timeoffset)));
  5. }
  6. ?>
复制代码
您需要登录后才可以回帖 登录 | 注册

本版积分规则

小黑屋|手机版|Archiver|天空小小岛  |京ICP备2025130156号|

GMT+8, 2025-6-22 06:56 , Processed in 0.087987 second(s), 19 queries , Gzip On.

Powered by Discuz! X3.1

© 2001-2013 Comsenz Inc.

快速回复 返回顶部 返回列表