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. |
Please login to continue.