PHP : timezone_name_from_abbr() always return false -
code
$c_tme = -330; $this->_client_t_z = timezone_name_from_abbr("", $c_tme*-60, 1); if( $this->_client_t_z == false ){ $this->_client_t_z = timezone_name_from_abbr("", $c_tme*-60, 0); }
this code working fine in local. after uploading server returns false. bcoz of coding issue ?
Comments
Post a Comment