2011年1月6日 星期四

How to get server UTC timezone offset


$this_tz_str = date_default_timezone_get();
var_dump($this_tz_str);
$this_tz = new DateTimeZone($this_tz_str);
$now = new DateTime("now", $this_tz);
$offset = $this_tz->getOffset($now);
echo $offset/3600;

沒有留言:

wibiya widget