base\Application setTimeZone()

setTimeZone() public method

Sets the time zone used by this application.

This is a simple wrapper of PHP function date_default_timezone_set(). Refer to the php manual for available timezones.

See also http://php.net/manual/en/function.date-default-timezone-set.php.

public void setTimeZone ( $value )
$value string

The time zone used by this application.

doc_Yii
2016-10-30 16:50:54
Comments
Leave a Comment

Please login to continue.