Php codeigniter获取时区偏移

Php codeigniter获取时区偏移,php,datetime,codeigniter,Php,Datetime,Codeigniter,我需要从codeigniter中的时区数据中获取时区偏移值。我的时区是UM12,UM11。。。。UTC。。。。UP10 UP11 UP12。。。。。我需要精确的偏移值。有没有直接的方法?$this->load->helper('date') 或尝试 print_r(timezone()); // List the entire timezone array 希望这会有所帮助;) print_r(timezone()); // List the entire timezone array

我需要从codeigniter中的时区数据中获取时区偏移值。我的时区是UM12,UM11。。。。UTC。。。。UP10 UP11 UP12。。。。。我需要精确的偏移值。有没有直接的方法?

$this->load->helper('date')

或尝试

print_r(timezone()); // List the entire timezone array
希望这会有所帮助;)

print_r(timezone()); // List the entire timezone array