分享 Linux/Apache/PHP+MySQL/Smarty/JQuery/RubyOnRails 的點點滴滴!
$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;
沒有留言:
張貼留言