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 参考手册

上一篇:PHP timezone_name_get() 函数

下一篇:PHP timezone_open() 函数

关注微信小程序
程序员编程王-随时随地学编程

扫描二维码
程序员编程王

扫一扫关注最新编程教程