Cake\Chronos\ChronosInterface::timezone PHP Method

timezone() public method

Alias for setTimezone()
public timezone ( DateTimeZon\DateTimeZone | string $value ) : static
$value DateTimeZon\DateTimeZone | string The DateTimeZone object or timezone name to use.
return static
    public function timezone($value);
ChronosInterface