PHP 教程

PHP 7 新特性

PHP timezone_offset_get() 函数

PHP Date/Time PHP Date/Time 参考手册

实例

返回相对于 GMT 的时区偏移:

<?php
 $tz=timezone_open("Asia/Taipei");
 $dateTimeOslo=date_create("now",timezone_open("Europe/Oslo"));
echo timezone_offset_get($tz,$dateTimeOslo);
?>
运行实例 »

定义和用法

timezone_offset_get() 返回相对于 GMT 的时区偏移。

语法

timezone_offset_get(object,datetime);
参数描述
object必需。规定一个由 timezone_open() 返回的 DateTimeZone 对象。
datetime必需。规定需要计算偏移的日期/时间。

技术细节

返回值:成功则返回以秒为单位的时区偏移,失败则返回 FALSE。
PHP 版本:5.2+

PHP Date/Time PHP Date/Time 参考手册

新闻动态 联系方式 广告合作 招聘英才 安科实验室 帮助与反馈 About Us

Copyright © 2013 - 2019 Ancii.com All Rights Reserved京ICP备18063983号-5 京公网安备11010802014868号