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

Popular posts from this blog

android - getbluetoothservice() called with no bluetoothmanagercallback -

sql - ASP.NET SqlDataSource, like on SelectCommand -

ios - Undefined symbols for architecture armv7: "_OBJC_CLASS_$_SSZipArchive" -